File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ build-backend = "flit.buildapi"
55[tool .flit .metadata ]
66module = " cherry_picker"
77author = " Mariatta Wijaya"
8- author-email = " mariatta.wijaya@gmail.com "
8+ author-email = " mariatta@python.org "
99maintainer = " Python Core Developers"
1010maintainer-email = " core-workflow@python.org"
11- home-page = " https://github.com/python/core-workflow/tree/master/ cherry_picker"
11+ home-page = " https://github.com/python/cherry_picker"
1212requires = [" click>=6.0" , " gidgethub" , " requests" , " toml" ]
1313description-file = " readme.rst"
1414classifiers = [" Programming Language :: Python :: 3.6" , " Intended Audience :: Developers" , " License :: OSI Approved :: Apache Software License" ]
1515requires-python = " >=3.6"
1616
1717
1818[tool .flit .scripts ]
19- cherry_picker = " cherry_picker.cherry_picker :cherry_pick_cli"
19+ cherry_picker = " cherry_picker:cherry_pick_cli"
2020
2121[tool .flit .metadata .requires-extra ]
2222dev = [" pytest" ]
You can’t perform that action at this time.
0 commit comments