Issue 10: Missing MANIFEST.in prevents "python setup.py bdist_rpm" from working
Status:  Complete
Owner:
Closed:  Dec 2008
Reported by torch...@gmail.com, Dec 4, 2008
The source distribution of pyodbc-2.1.1 is missing a MANIFEST.in file. This
means that when you try to run "python setup.py bdist_rpm" (to build an rpm
of pyodbc), it fails because the .cpp and .h files haven't been packaged
into the build environment.

If a simple MANIFEST.in file is supplied, then running "python setup.py
bdist_rpm" works flawlessly.

The MANIFEST.in should look something like:
 recursive-include . *.py
 recursive-include src *.h
 recursive-include src *.cpp

What version of the product are you using? On what operating system?
 pyodbc 2.1.1 (from zip)
 Fedora 8
Dec 4, 2008
Project Member #1 mkleehammer
(No comment was entered for this change.)
Status: Accepted
Owner: mkleehammer
Dec 5, 2008
Project Member #2 mkleehammer
Fixed in 2.1.2
Status: Fixed
Nov 21, 2010
Project Member #3 mkleehammer
(No comment was entered for this change.)
Status: Complete