Include HACKING.rst in MANIFEST.in

Without this, I'm seeing:

  Running setup.py egg_info for package from file:///.../hacking-0.5.5.6.ga6bef44.zip
    error in setup command: Error parsing ../setup.cfg: IOError: 2

This is a "file not found" when it tries to open HACKING.rst.

Not sure whether something changed recently to cause this to start
happening.

Change-Id: I499332181c83a7bb127261efd6354ae4d92f5709
This commit is contained in:
Mark McLoughlin 2013-06-20 10:18:00 +01:00
parent a6bef44f42
commit 7c4421e470
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
include AUTHORS
include ChangeLog
include README.rst
include HACKING.rst
include requirements.txt
include test-requirements.txt
exclude .gitignore