Remove py_modules sstruct and xmlWriter from setup.py for issue#696

Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
This commit is contained in:
Parag A Nemade 2016-12-07 10:30:48 +05:30
parent 162cf8936a
commit 2326ed6f50
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -57,7 +57,6 @@ setup(
long_description=long_description,
package_dir={'': 'Lib'},
packages=find_packages("Lib"),
py_modules=['sstruct', 'xmlWriter'],
include_package_data=True,
data_files=[
('share/man/man1', ["Doc/ttx.1"])