aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 12:41:30 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 12:41:30 +0100
commit69a10662ae6c5f2cebbc5349b3b3faeca343bfc8 (patch)
tree946529165d63b1811fe80c23c85bb61021d2bd81 /setup.cfg
parentdocker: remove entrypoint.sh (diff)
downloadcgitize-69a10662ae6c5f2cebbc5349b3b3faeca343bfc8.tar.gz
cgitize-69a10662ae6c5f2cebbc5349b3b3faeca343bfc8.zip
packaging: move to pyproject.toml-only
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg32
1 files changed, 0 insertions, 32 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 04a5ee9..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-name = cgitize
-# Don't use shortened versions here (like v2.0 instead of v2.0.X),
-# docker/metadata-action doesn't like them:
-version = 4.0.8
-author = Egor Tensin
-author_email = Egor.Tensin@gmail.com
-description = Self-host your repositories using cgit
-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 :: 5 - Production/Stable
- License :: OSI Approved :: MIT License
- Programming Language :: Python :: 3
- Topic :: Software Development :: Version Control :: Git
-
-[options]
-install_requires =
- atlassian-python-api ~= 3.28.0
- PyGithub ~= 1.0
- python-gitlab ~= 2.0
- tomli ~= 1.0
-packages = find:
-python_requires = >=3.6
-
-[options.entry_points]
-console_scripts =
- cgitize = cgitize.main:main