This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangoldp-webpushnotification/setup.cfg

23 lines
514 B
INI

[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
license = MIT
[options]
packages = find:
install_requires =
djangoldp~=0.5
[options.extras_require]
dev =
factory_boy>=2.11.0
[semantic_release]
version_source = tag
version_variable = djangoldp_example/__init__.py:__version__
commit_parser = commit_parser.parse