Skip to content

Commit

Permalink
Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jun 1, 2020
1 parent 4e122ab commit ea7b58e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.whl
*.egg-info
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=41.0", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"
25 changes: 25 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[metadata]
name = ferrypick
version = 0.1.dev1
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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Version Control :: Git

[options.entry_points]
console_scripts =
ferrypick = ferrypick:main

[options]
zip_safe = False

0 comments on commit ea7b58e

Please sign in to comment.