doc_files in setup.cfg includes non-existent files
MySQL database connector for Python programming
Brought to you by:
adustman
setup.cfg in MySQL-python-1.0.0c1 has the following line:
doc_files = README doc/*.?tml CHANGELOG
The glob should be changed to doc/.sgml or doc/.??ml
to allow 'setup.py bdist_rpm' to mark the files under
doc/ as documentation files.
Submitted by martin@strangedays.no
Logged In: YES
user_id=71372
Will be fixed in next release.