Fixed setup.py to use py_modules in the setup call.
This commit is contained in:
parent
8b5c1010de
commit
4eb4d729ee
1 changed files with 7 additions and 6 deletions
1
setup.py
1
setup.py
|
@ -63,6 +63,7 @@ setup(
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
platforms = [ 'any' ],
|
platforms = [ 'any' ],
|
||||||
packages = packages,
|
packages = packages,
|
||||||
|
py_modules = py_modules,
|
||||||
requires = [ 'tlslite', 'pythondns' ],
|
requires = [ 'tlslite', 'pythondns' ],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue