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__/ ...@@ -9,6 +9,7 @@ __pycache__/
*.so *.so
# Distribution / packaging # Distribution / packaging
.DS_Store
.Python .Python
build/ build/
develop-eggs/ develop-eggs/
......
# Include requirements
include requirements.txt build-requirements.txt
# Include the README # Include the README
include *.md include *.md
...@@ -8,4 +11,7 @@ include LICENSE.txt ...@@ -8,4 +11,7 @@ include LICENSE.txt
include setup.py include setup.py
# Include the data files # Include the data files
recursive-include data * recursive-include data *
\ No newline at end of file
# Include examples
recursive-include examples *
\ No newline at end of file
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='0.0.6', version='0.0.7',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', 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