Fix for building debian pkgs

This commit is contained in:
Ivan Habunek 2017-09-03 00:00:04 +02:00
parent cb7f6ec7ce
commit f2d1072f19

View file

@ -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',