diff --git a/setup.cfg b/setup.cfg index 293da3f..86a01f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,12 @@ [metadata] name = ferrypick -version = 0.1.dev1 +version = 0.1.dev2 description = Apply patches from Fedora dist git to different components. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/fedora-python/ferrypick keywords = fedora, git license = CC0 -python_requires = '>=3.8' -packages = find: classifiers = License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication Programming Language :: Python :: 3 @@ -17,9 +15,11 @@ classifiers = Programming Language :: Python :: 3.9 Topic :: Software Development :: Version Control :: Git +[options] +python_requires = >=3.8 +py_modules = ferrypick +zip_safe = False + [options.entry_points] console_scripts = ferrypick = ferrypick:main - -[options] -zip_safe = False