WIP:Improve setup
- Refactor
setup.py
forpip install -e .
to work in a virtual env - Make
setup.py
pep8 complient - Add a pythonic
.gitignore
file
Edited by Jochen Klar
setup.py
for pip install -e .
to work in a virtual envsetup.py
pep8 complient.gitignore
filemarked as a Work In Progress
changed the description
After some consideration: This was a bad idea. setup.py
is apparently for carputils.mshext
only.
closed