2021-02-02 22:45:33 +00:00
|
|
|
[metadata]
|
|
|
|
name = epicyon
|
2021-02-06 17:56:33 +00:00
|
|
|
version = 1.3.0
|
2021-02-03 11:14:00 +00:00
|
|
|
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
|
2021-02-02 22:45:33 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = .
|
2021-02-03 15:08:44 +00:00
|
|
|
scripts =
|
|
|
|
deploy/i2p
|
|
|
|
deploy/onion
|
2021-02-02 22:45:33 +00:00
|
|
|
install_requires =
|
2021-02-03 10:03:13 +00:00
|
|
|
idna >= 2.5, < 3
|
|
|
|
numpy >= 1.20.0, < 2
|
|
|
|
pillow >= 8.1.0, < 9
|
2021-02-05 08:48:16 +00:00
|
|
|
cryptography >= 3.3.1, < 4
|
2021-02-03 10:03:13 +00:00
|
|
|
pyqrcode >= 1.2.1, < 2
|
|
|
|
python-dateutil >= 2.8.1, < 3
|
|
|
|
requests >= 2.25.1, < 3
|
|
|
|
socks # no versions https://pypi.org/project/socks/
|
2021-02-03 15:08:51 +00:00
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
* =
|
|
|
|
*.css
|
|
|
|
*.txt
|
|
|
|
defaultcategories/*
|
|
|
|
emoji/*
|
|
|
|
fonts/*
|
|
|
|
gemini/*
|
|
|
|
img/*
|
|
|
|
orgs/*
|
|
|
|
theme/**/*
|
|
|
|
theme/**/**/*
|
|
|
|
translations/*
|
|
|
|
website/*
|