parent
f77ac55adc
commit
937faaad34
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 5525b5b..9ed3e52 100755
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -23,6 +23,7 @@ setup(
|
||||||
|
license = "GPLv2",
|
||||||
|
url = "https://github.com/Zyzyx/python-multilib.git",
|
||||||
|
packages = packages,
|
||||||
|
+ install_requires = ['six'],
|
||||||
|
package_data = {'': ['README.md', 'LICENSE']},
|
||||||
|
data_files = [('/etc', ['etc/multilib.conf'])],
|
||||||
|
test_suite = "tests",
|
Loading…
Reference in new issue