Including non-Python files with setup.py
How do I make setup.py include a file that isn’t part of the code? (Specifically, it’s a license file, but it could be … Read more
How do I make setup.py include a file that isn’t part of the code? (Specifically, it’s a license file, but it could be … Read more
The Situation I’m trying to port an open-source library to Python 3. (SymPy, if anyone is wondering.) So, I need to run 2to3 … Read more