mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
14 lines
274 B
Diff
14 lines
274 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 92c38b7..5782e49 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -59,7 +59,6 @@ if "0.1.5".startswith("%%"):
|
|
##
|
|
|
|
setup(
|
|
- setup_requires=['d2to1'],
|
|
+ py_modules=['colour'],
|
|
extras_require={'test': ['nose', ]},
|
|
- d2to1=True
|
|
)
|