Skip to content

Commit

Permalink
Moderninze the pyproj.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Mar 16, 2019
1 parent b3c68fe commit f01f9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo: false
cache: pip

before_install:
- pip install --upgrade flit
- pip install --upgrade pip flit

.mixtures:
- &run-if-tagged
Expand Down
4 changes: 3 additions & 1 deletion cherry_picker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ maintainer = "Python Core Developers"
maintainer-email = "core-workflow@python.org"
home-page = "https://github.com/python/core-workflow/tree/master/cherry_picker"
requires = ["click>=6.0", "gidgethub", "requests", "toml"]
dev-requires = ["pytest~=3.0.7"]
description-file = "readme.rst"
classifiers = ["Programming Language :: Python :: 3.6", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License"]
requires-python = ">=3.6"


[tool.flit.scripts]
cherry_picker = "cherry_picker.cherry_picker:cherry_pick_cli"

[tool.flit.metadata.requires-extra]
test = ["pytest"]

0 comments on commit f01f9c2

Please sign in to comment.