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:
parent
a6bef44f42
commit
7c4421e470
@ -1,6 +1,7 @@
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
include ChangeLog
|
include ChangeLog
|
||||||
include README.rst
|
include README.rst
|
||||||
|
include HACKING.rst
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
include test-requirements.txt
|
include test-requirements.txt
|
||||||
exclude .gitignore
|
exclude .gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user