Fix for building debian pkgs - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f2d1072f19d1784f5c8da5e5ccd62f71eeda3005
(DIR) parent cb7f6ec7cecb78e02c7a4b74b228d8c1594f5a87
(HTM) Author: Ivan Habunek <ivan@habunek.com>
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(-)
---
(DIR) 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',