Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
No related merge requests found
Changes
3
Show 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__/
*.so
# Distribution / packaging
.DS_Store
.Python
build/
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 *.md
...
...
@@ -9,3 +12,6 @@ include setup.py
# Include the data files
recursive-include data *
# 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():
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
'
,
...
...
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