aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 12:18:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 12:19:04 +0300
commita9467d34a7020b3fc1ebe733dda2672a34e49137 (patch)
treec7bc7e21d754da7cd37950163cec68d412856c31 /setup.cfg
parentREADME: update (diff)
downloadcgitize-a9467d34a7020b3fc1ebe733dda2672a34e49137.tar.gz
cgitize-a9467d34a7020b3fc1ebe733dda2672a34e49137.zip
add packaging metadata
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..b13d8b1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,25 @@
+[metadata]
+name = cgitize
+version = 0.1
+author = Egor Tensin
+author_email = Egor.Tensin@gmail.com
+description = Mirror your git repositories and make them cgit-ready
+long_description = file: README.md
+long_description_content_type = text/markdown
+license = MIT
+url = https://github.com/egor-tensin/cgitize
+project_urls =
+ Bug Tracker = https://github.com/egor-tensin/cgitize/issues
+classifiers =
+ Development Status :: 4 - Beta
+ License :: OSI Approved :: MIT License
+ Programming Language :: Python :: 3
+ Topic :: Software Development :: Version Control :: Git
+
+[options]
+packages = find:
+python_requires = >=3.6
+
+[options.entry_points]
+console_scripts =
+ cgitize = cgitize.main:main