fixes so we can build an sdist

This commit is contained in:
Alex Grintsvayg 2016-03-22 22:15:07 -04:00
parent a096d0db37
commit 141162e5ae
2 changed files with 3 additions and 3 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
include lbrynet/lbrynet_console/plugins/blindrepeater.yapsy-plugin
recursive-include lbrynet/lbrynet_gui *.gif *.ico *.xbm *.conf

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys import sys
import os import os