Fix for building debian pkgs - toot - Unnamed repository; edit this file 'descr… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f2d1072f19d1784f5c8da5e5ccd62f71eeda3005 | |
parent cb7f6ec7cecb78e02c7a4b74b228d8c1594f5a87 | |
Author: Ivan Habunek <[email protected]> | |
Date: Sun, 3 Sep 2017 00:00:04 +0200 | |
Fix for building debian pkgs | |
Diffstat: | |
setup.py | 3 --- | |
1 file changed, 0 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/setup.py b/setup.py | |
@@ -5,9 +5,6 @@ from setuptools import setup | |
with open("README.rst") as readme: | |
long_description = readme.read() | |
-with open("requirements.txt") as f: | |
- install_requires = f.read().split() | |
- | |
setup( | |
name='toot', | |
version='0.13.0', |