From 1eb8b6476ad0983ad295a31427c74c9bf858548c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 2 Jun 2020 01:20:23 +0200 Subject: [PATCH] Fix setu.cfg --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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