Bobspadger / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

MANIFEST.in is windows specific #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ensure UNIX like host
2. python ./setup sdist
3.

What is the expected output? What do you see instead?

No source files are included in source distribution.

What version of the product are you using? On what operating system?

pyodbc-2.1.6-beta7

Please provide any additional information below.

Replace '\' with '/' in MANIFEST.in. This should work on Windows as well.

Original issue reported on code.google.com by gem...@gmail.com on 19 Feb 2010 at 12:45

GoogleCodeExporter commented 9 years ago
Duplicate of http://code.google.com/p/pyodbc/issues/detail?id=83

Easy fix...

Original comment by gem...@gmail.com on 19 Feb 2010 at 12:49

GoogleCodeExporter commented 9 years ago
Fixed in 2.1.8

Original comment by mkleehammer on 6 Sep 2010 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 21 Nov 2010 at 4:44