Rewire setuptools config

This commit is contained in:
decentral1se 2021-04-07 15:23:28 +02:00
parent c800f5d8f8
commit 484a897e3c
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 9 additions and 9 deletions

View File

@ -1,22 +1,22 @@
[metadata]
name = djangoldp_example
version = attr: djangoldp_example.__version__
url = http://git.happy-dev.fr/startinblox/djangoldp_example
author = Startin'blox
author_email = nicolas@happy-dev.fr
description = djangoldp example package
name = djangoldp_webpushnotification
version = attr: djangoldp_webpushnotification.__version__
url = https://git.autonomic.zone/autonomic-cooperative/djangoldp-webpushnotification
author = Autonomic Co-operative
author_email = helo@autonomic.zone
description = DjangoLDP web push notifications package
license = MIT
[options]
packages = find:
install_requires =
djangoldp~=0.5
djangoldp~=0.5
[options.extras_require]
dev =
factory_boy>=2.11.0
factory_boy>=2.11.0
[semantic_release]
version_source = tag
version_variable = djangoldp_example/__init__.py:__version__
version_variable = djangoldp_webpushnotification/__init__.py:__version__
commit_parser = commit_parser.parse