Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cache: pip

before_install:
- &install-flit >-
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 = "[email protected]"
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]
dev = ["pytest"]