Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
94f07cde
Commit
94f07cde
authored
6 years ago
by
inso
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into dev
parents
85cab569
01edbd03
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+8
-0
8 additions, 0 deletions
setup.py
src/sakia/__init__.py
+2
-2
2 additions, 2 deletions
src/sakia/__init__.py
with
10 additions
and
2 deletions
setup.py
+
8
−
0
View file @
94f07cde
from
setuptools
import
setup
,
find_packages
import
os
import
re
import
subprocess
import
sys
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
src
'
)))
import
sakia
...
...
@@ -30,6 +31,13 @@ def which(program):
path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
)))
subprocess
.
call
(
"
python {0}/gen_resources.py
"
.
format
(
path
),
shell
=
True
)
subprocess
.
call
(
"
python {0}/gen_translations.py
"
.
format
(
path
),
shell
=
True
)
EDITABLE_REQUIREMENT
=
re
.
compile
(
r
'
^-e (?P<link>(?P<vcs>git|svn|hg|bzr).+#egg=(?P<package>.+)-(?P<version>\d(?:\.\d)*))$
'
)
install_requires
=
[]
...
...
This diff is collapsed.
Click to expand it.
src/sakia/__init__.py
+
2
−
2
View file @
94f07cde
__version_info__
=
(
'
0
'
,
'
33
0
'
,
''
)
__version_info__
=
(
'
0
'
,
'
33
'
,
'
0rc6
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
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