aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f2137d..c4ca110 100755
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,5 @@ setup(
download_url = "https://github.com/Fulgen301/pycrctrl/archive/0.2.tar.gz",
keywords = ["clonk", "openclonk"],
license = "ISC",
- requires = ["asyncio-irc"],
install_requires = ["asyncio-irc"]
)