edit script to create Pypi package

This commit is contained in:
Nguyen Tan Cong 2015-01-28 17:03:41 +07:00 committed by Nguyen Anh Quynh
parent af19b53119
commit 8b839a2af4
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
recursive-include src *

View File

@ -39,7 +39,7 @@ class LazyList(list):
return iter(self.callback())
def get_sources():
custom_sdist.copy_sources()
#custom_sdist.copy_sources()
return []