File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """Devind django app for notifications via graphql subscriptions."""
2+
3+ __version__ = '0.0.1'
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ version = "0.0.1"
44description = " Devind django app for notifications."
55authors = [" Victor <lyferov@yandex.ru>" ]
66license = " MIT"
7+ homepage = " https://github.com/devind-team/devind-django-notifications"
8+ repository = " https://github.com/devind-team/devind-django-notifications"
9+ keywords = [" django" , " graphene" , " notifications" ]
10+ classifiers = [
11+ " Programming Language :: Python :: 3" ,
12+ " License :: OSI Approved :: MIT License" ,
13+ " Operating System :: OS Independent" ,
14+ " Framework :: Django"
15+ ]
716
817[tool .poetry .dependencies ]
918python = " ^3.9"
@@ -18,3 +27,13 @@ celery = "^5.2.3"
1827[build-system ]
1928requires = [" poetry-core>=1.0.0" ]
2029build-backend = " poetry.core.masonry.api"
30+
31+ [tool .semantic_release ]
32+ version_variable = [
33+ " devind_notifications/__init__.py:__version__" ,
34+ " pyproject.toml:version"
35+ ]
36+ branch = " main"
37+ upload_to_pypi = true
38+ upload_to_release = true
39+ build_command = " pip install poetry && poetry build"
You can’t perform that action at this time.
0 commit comments