From 484a897e3c721dad3a92f7e85fcb2cbccf81e162 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 15:23:28 +0200 Subject: [PATCH] Rewire setuptools config --- setup.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index dfbad9a..8e9c04d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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