Skip to content

Commit

Permalink
Fix setu.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jun 1, 2020
1 parent ea7b58e commit 1eb8b64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 1eb8b64

Please sign in to comment.