forked from LBRYCommunity/lbry-sdk
fixes so we can build an sdist
This commit is contained in:
parent
a096d0db37
commit
141162e5ae
2 changed files with 3 additions and 3 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
include lbrynet/lbrynet_console/plugins/blindrepeater.yapsy-plugin
|
||||||
|
recursive-include lbrynet/lbrynet_gui *.gif *.ico *.xbm *.conf
|
2
setup.py
2
setup.py
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue