edit script to create Pypi package

test2
Nguyen Tan Cong 10 years ago
parent fdffe2b048
commit 1947adb15c
  1. 1
      bindings/python/MANIFEST.in
  2. 2
      bindings/python/setup.py

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

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

Loading…
Cancel
Save