Fix for building debian pkgs
This commit is contained in:
parent
cb7f6ec7ce
commit
f2d1072f19
1 changed files with 0 additions and 3 deletions
3
setup.py
3
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',
|
||||
|
|
Loading…
Reference in a new issue