Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
sakia
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
66
Issues
66
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
clients
python
sakia
Commits
01edbd03
Commit
01edbd03
authored
May 24, 2018
by
inso
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix setup.py
parent
86e65274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
setup.py
setup.py
+12
-0
No files found.
setup.py
View file @
01edbd03
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
...
...
@@ -26,6 +27,17 @@ def which(program):
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)*))$'
)
install_requires
=
[]
...
...
inso
@Insoleet
mentioned in commit
a1f2f7c7
·
Jun 22, 2018
mentioned in commit
a1f2f7c7
mentioned in commit a1f2f7c70dab438a204276021f28a80e09d0d16c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment