1. Switch from setuptools to distribute 2. Make setup.py PY3 compatible. 3. Use 2to3 for PY3 builds. 4. Make "test" and "nosetests" work in PY3 5. Only write setup.cfg when needed. 6. git ignore setup.cfg. Traditional setuptools does not support PY3.
16 lines
127 B
Plaintext
16 lines
127 B
Plaintext
*~
|
|
*#*
|
|
.DS*
|
|
*.cm
|
|
*.class
|
|
*.pyc
|
|
*.pyd
|
|
build/
|
|
doc/_build/
|
|
dist/
|
|
tools/settings.py
|
|
pymongo.egg-info/
|
|
*.so
|
|
nosetests.xml
|
|
setup.cfg
|