djangoldp-notification/setup.cfg

27 lines
679 B
INI

[metadata]
name = djangoldp_notification
version = attr: djangoldp_notification.__version__
url = https://git.happy-dev.fr/startinblox/djangoldp-packages/djangoldp-notifications
author = Startin'blox
author_email = matthieu@happy-dev.fr
description = djangoldp package for notifications data models
license = MIT
[options]
packages = find:
install_requires =
djangoldp>=1.2.0
[options.extras_require]
include_package_data = True
dev =
factory_boy>=2.12.0
pytest==5.1.1
pytest-django==3.7.0
django-test-plus==1.4.0
[semantic_release]
version_source = tag
version_variable = djangoldp_notification/__init__.py:__version__
commit_parser = commit_parser.parse