Rewire setuptools config
This commit is contained in:
parent
c800f5d8f8
commit
484a897e3c
18
setup.cfg
18
setup.cfg
@ -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
|
||||||
|
Reference in New Issue
Block a user