Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
018bc290
Commit
018bc290
authored
3 years ago
by
Georgiy Eterevskiy
Browse files
Options
Downloads
Plain Diff
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 версии пакета
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
MANIFEST.in
+7
-1
7 additions, 1 deletion
MANIFEST.in
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
9 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
018bc290
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
7
−
1
View file @
018bc290
# 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
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
018bc290
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment