pyCraft/MANIFEST.in
Jeppe Klitgaard 0ac27a940c Switched to using pylintrc file instead of command line options.
This was done because we have a lot of messages we want to ignore (disabled-locally, enabled-locally, etc, etc), which would take up a huge amount of messy space in tox.ini.
2015-04-06 15:47:22 +02:00

15 lines
325 B
Plaintext

include README.rst
include LICENSE
include requirements.txt
include tox.ini
include pylintrc
include start.py
recursive-include tests *.py
recursive-include tests *.bin
recursive-include minecraft *.py
recursive-include docs *.rst
include docs/Makefile
include docs/make.bat
include docs/conf.py
include MANIFEST.in
prune bin