Fix for building debian pkgs

pull/31/head
Ivan Habunek 2017-09-03 00:00:04 +02:00
rodzic cb7f6ec7ce
commit f2d1072f19
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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