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