Commit 285c7aeb authored by Julien Muchembled's avatar Julien Muchembled

dist: fix inclusion of ovpn-* scripts for setuptools < 0.6.29

parent 1c354e6c
graft docs graft docs
include TODO CHANGES include TODO CHANGES
include re6st/ovpn-*
...@@ -70,6 +70,8 @@ setup( ...@@ -70,6 +70,8 @@ setup(
'ovpn-client', 'ovpn-client',
], ],
}, },
# BBB: use MANIFEST.in only so that egg_info works with very old setuptools
include_package_data = True,
install_requires = ['pyOpenSSL >= 0.13', 'miniupnpc'], install_requires = ['pyOpenSSL >= 0.13', 'miniupnpc'],
#dependency_links = [ #dependency_links = [
# "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.7.20120714.tar.gz#egg=miniupnpc-1.7", # "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.7.20120714.tar.gz#egg=miniupnpc-1.7",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment