0

sdist and install now work

next step is using a custom data dir, and falling back on the package
data dir. Also, fixing --version.
This commit is contained in:
Aaron Griffith
2011-03-29 13:49:50 -04:00
parent 3fa54aff26
commit 42596416d9
38 changed files with 53 additions and 27 deletions

12
.gitignore vendored
View File

@@ -1,5 +1,7 @@
*.pyc
build
MANIFEST
build/
dist/
terrain.png
cachedir*
@@ -14,10 +16,10 @@ ImPlatform.h
Imaging.h
# various forms of compiled c_overviewer extensions
overviewer/c_overviewer.so
overviewer/c_overviewer.pyd
overviewer/c_overviewer_d.pyd
overviewer/c_overviewer.dylib
overviewer_core/c_overviewer.so
overviewer_core/c_overviewer.pyd
overviewer_core/c_overviewer_d.pyd
overviewer_core/c_overviewer.dylib
# Mac OS X noise
.DS_Store