djangoldp-notification/setup.cfg

26 lines
676 B
INI
Raw Normal View History

2019-01-10 17:00:42 +00:00
[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 =
2021-02-22 14:49:11 +00:00
djangoldp~=2.1.0
djangoldp_account~=2.1
djangoldp_webpushnotification~=1.0.0
2019-01-10 17:00:42 +00:00
2019-01-11 10:46:23 +00:00
[options.extras_require]
2019-07-08 14:32:24 +00:00
include_package_data = True
2019-01-11 10:46:23 +00:00
dev =
factory_boy>=2.12.0
2019-01-11 10:46:23 +00:00
2019-01-10 17:00:42 +00:00
[semantic_release]
version_source = tag
2019-01-11 08:18:40 +00:00
version_variable = djangoldp_notification/__init__.py:__version__
2019-01-10 17:00:42 +00:00
commit_parser = commit_parser.parse