--- pymssql-2.0.1/setup.py 2013-10-27 17:34:37.000000000 +0100 +++ pymssql-2.0.1-b/setup.py 2014-01-18 17:01:35.000000000 +0100 @@ -442,9 +442,6 @@ "Operating System :: POSIX", "Operating System :: Unix", ], - data_files = [ - ('', ['_mssql.pyx', 'pymssql.pyx']) - ], zip_safe = False, tests_require=['nose', 'unittest2'], test_suite='nose.collector',