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