]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Extending setup.cfg
authorFrank Brehm <frank@brehm-online.com>
Tue, 7 Dec 2021 13:28:05 +0000 (14:28 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 7 Dec 2021 13:28:05 +0000 (14:28 +0100)
setup.cfg

index f56396745066f4fb4a43e6ba3cc2973f3d742c61..d42e94e033ae263b6dc7ecdecdf24ac619e3d009 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,55 @@
+[metadata]
+name = pp_admintools
+description = Scripts and modules for admin tasks of DPX Betriebs-Department
+author = Frank Brehm
+author_email = frank.brehm@pixelpark.com
+url = https://git.pixelpark.com/ppadmin/admin-tools
+license = LGPL3+
+platforms = posix
+provides = pp_admintools
+classifiers =
+    Development Status :: 3 - Alpha
+    Environment :: Console
+    Intended Audience :: Developers
+    License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
+    Natural Language :: English
+    Operating System :: POSIX
+    Programming Language :: Python :: 3.6
+    Programming Language :: Python :: 3.7
+    Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
+    Programming Language :: Python :: 3.10
+    Topic :: Software Development :: Libraries :: Python Modules
+
+[options]
+package_dir=
+    =lib
+
+install_requires =
+    requests
+    six
+    Babel
+    fb_logging
+    fb_tools
+    fb_pdnstools
+
+setup_requires =
+    requests
+    six
+    Babel
+    fb_logging
+    fb_tools
+    fb_pdnstools
+
+packages=find:
+
+[options.packages.find]
+where=lib
+
+[compile_catalog]
+domain = pp_admintools
+directory = locale
+statistics = 1
 
 [pep8]