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
01edbd03
Commit
01edbd03
authored
6 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Fix setup.py
parent
86e65274
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+12
-0
12 additions, 0 deletions
setup.py
with
12 additions
and
0 deletions
setup.py
+
12
−
0
View file @
01edbd03
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
import
os
import
os
import
re
import
re
import
subprocess
import
sys
import
sys
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
src
'
)))
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
src
'
)))
import
sakia
import
sakia
...
@@ -26,6 +27,17 @@ def which(program):
...
@@ -26,6 +27,17 @@ def which(program):
return
None
return
None
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)*))$
'
)
EDITABLE_REQUIREMENT
=
re
.
compile
(
r
'
^-e (?P<link>(?P<vcs>git|svn|hg|bzr).+#egg=(?P<package>.+)-(?P<version>\d(?:\.\d)*))$
'
)
install_requires
=
[]
install_requires
=
[]
...
...
This diff is collapsed.
Click to expand it.
inso
@Insoleet
mentioned in commit
a1f2f7c7
·
6 years ago
mentioned in commit
a1f2f7c7
mentioned in commit a1f2f7c70dab438a204276021f28a80e09d0d16c
Toggle commit list
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