This website works better with JavaScript.
Home
Help
Register
Sign In
Wanderelch
/
ewrica
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
2
Releases
0
Wiki
Activity
Browse Source
setup: preparation for app building
pull/3/head
mmetz
7 months ago
parent
8c2ab2ee05
commit
f7139c2258
2 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
setup.py
+0
-0
src/apps/__init__.py
+ 8
- 1
setup.py
View File
@ -42,7 +42,14 @@ class CustomInstallCommand(install):
packages
=
[
'
%s
'
%
packname
,
'
%s
.dataset
'
%
packname
]
'
%s
.dataset
'
%
packname
,
'
%s
.apps
'
%
packname
]
# entry_points = {
# 'console_scripts':
# [
# 'gm_map = %s.apps.gm_map:main' % packname]}
setup
(
+ 0
- 0
src/apps/__init__.py
View File
Write
Preview
Loading…
Cancel
Save