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:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user