feature: install ci/cd
This commit is contained in:
18
setup.cfg
Normal file
18
setup.cfg
Normal file
@ -0,0 +1,18 @@
|
||||
[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~=0.5
|
||||
|
||||
[semantic_release]
|
||||
version_source = tag
|
||||
version_variable = djangoldp_profile/__init__.py:__version__
|
||||
commit_parser = commit_parser.parse
|
||||
Reference in New Issue
Block a user