vandal
vandal copied to clipboard
setuptools-complaint package structure
We should change Vandal to follow a setuptools-compliant package structure, as discussed in #4. This is currently being worked on by @SamuelMarks.
Relevant examples / information on how everything should be structured:
- http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html
- The pip repo (as an example)
- How To Package Your Python Code
- PyPa Sample Project on GitHub
FYI: Development is happening here https://github.com/SamuelMarks/vandal/tree/setuptools