From fd03e4b75cb214552a68166a46e89da0a967057a Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 18 Sep 2020 02:59:21 +0200 Subject: [PATCH] start getting declarative with setup.cfg --- dependencies.txt | 4 ---- setup.cfg | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 dependencies.txt create mode 100644 setup.cfg diff --git a/dependencies.txt b/dependencies.txt deleted file mode 100644 index 45d5a15..0000000 --- a/dependencies.txt +++ /dev/null @@ -1,4 +0,0 @@ -pEpPythonAdapter => Python 3 - => g++ | clang | CL.EXE - -> boost::python - -> pEpEngine diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..bc1d57b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,23 @@ +[metadata] +name = pEp +version = 2.1.0-RC2 +url = https://pep.foundation +author = Volker Birk +author_email = vb@pep-project.org +maintainer = Matthias Heckmann +maintainer_email = heck@pep.foundation +description = p≡p for Python +long_description = file: README.md +keywords = pEp, crypto, end-to-end, python adapter, key management, high-level +license = GNU Affero General Public License +license_files = LICENSE +classifiers = + Intended Audience :: Developers + Topic :: Utilities + License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) + Natural Language :: English + Operating System :: OS Independent + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Development Status :: 3 - Alpha