50 lines
1.5 KiB
INI
50 lines
1.5 KiB
INI
[metadata]
|
|
#
|
|
# This value must be in fedeproxy.egg-info/PKG-INFO but it may not be for
|
|
# reasons that are difficult to predict. For instance, removing the
|
|
# long-description-content-type field will revert to metadata-version 1.1
|
|
# Note that we do **not** want metadata-version 1.1 because pypi will not
|
|
# display the URLs in the sidebar when reading a package at that version.
|
|
#
|
|
metadata-version = 2.1
|
|
name = fedeproxy
|
|
author = Fedeproxy Community
|
|
version = 0.0.1
|
|
release =
|
|
author-email = contact@fedeproxy.eu
|
|
description = an online service to federate forges
|
|
long-description-file = README.md
|
|
long-description-content-type = text/markdown; charset=UTF-8
|
|
home-page = https://lab.enough.community/fedeproxy/server
|
|
project-urls =
|
|
Bug Tracker = https://lab.enough.community/fedeproxy/server/issues
|
|
Documentation = https://fedeproxy.readthedocs.io/
|
|
Source Code = https://lab.enough.community/fedeproxy/server
|
|
license = AGPLv3+
|
|
# https://pypi.org/pypi?%3Aaction=list_classifiers
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
|
|
[files]
|
|
packages =
|
|
fedeproxy
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
fedeproxy = fedeproxy.cmd:main
|
|
|
|
fedeproxy.cli =
|
|
manage = fedeproxy.cli.manage:Manage
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
build-dir = build
|
|
source-dir = docs
|