Skip to content
Snippets Groups Projects
Commit 018bc290 authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Merge branch 'master' of github.com:perxteam/perxis-python into feature/upgrade_reqs_and_proto

parents 4686324d e921203a
No related branches found
No related tags found
1 merge request!16Обновлены зависимости, добавлен pipeline для сборки production версии пакета
......@@ -9,6 +9,7 @@ __pycache__/
*.so
# Distribution / packaging
.DS_Store
.Python
build/
develop-eggs/
......
# Include requirements
include requirements.txt build-requirements.txt
# Include the README
include *.md
......@@ -8,4 +11,7 @@ include LICENSE.txt
include setup.py
# Include the data files
recursive-include data *
\ No newline at end of file
recursive-include data *
# Include examples
recursive-include examples *
\ No newline at end of file
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='0.0.6',
version='0.0.7',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment