setup.cfg depends on the README file for its long description, so if it's not in the source tarball, the build will bomb out. README.rst is an automatically grokked name of a file for python and gets included automatically. While we're dealing with this, add a MANIFEST.in to ensure that AUTHORS and ChangeLog get installed too. Change-Id: Id59fa5a6fecc179a80710ba8a5dc898fb713b1cfchanges/97/35997/1
parent
a3a93a9130
commit
b041fb363e
@ -0,0 +1,6 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
Loading…
Reference in new issue