This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
golab-python
mirror of
https://github.com/brettlangdon/golab-python.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
move golab into directory
Brett Langdon
11 years ago
parent
6a3dd330fe
commit
d019b6e0e4
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
MANIFEST.in
+0
-0
golab/__init__.py
+ 2
- 1
MANIFEST.in
View File
@ -1,3 +1,4 @@
include README.* setup.py setup.cfg golab.py requirements.txt LICENSE
include README.* setup.py setup.cfg requirements.txt LICENSE
recursive-include golab *.py
global-exclude *.pyc
global-exclude *.pyo
golab.py → golab/__init__.py
View File
Write
Preview
Loading…
Cancel
Save