From 98aa94db4789134e32cdb03cdae3578b5e640e6e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 3 Feb 2021 12:14:00 +0100 Subject: [PATCH] Fill out remaining pypi metadata --- setup.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8c2187968..b2e1fcb5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,23 @@ [metadata] name = epicyon version = 1.2.0 +author = Bob Mottram +author_email = bob@freedombone.net +maintainer = Bob Mottram +maintainer_email = bob@freedombone.net +description = A modern ActivityPub compliant server implementing both S2S and C2S protocols. +long_description = file: README.md +long_description_content_type = text/markdown +keywords = epicyon, activitypub, fediverse +license = GNU Affero General Public License v3 +license_file = LICENSE +classifiers = + Development Status :: 5 - Production/Stable + License :: OSI Approved :: GNU Affero General Public License v3 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [options] packages = .