mirror of
https://github.com/ihabunek/toot.git
synced 2025-10-21 19:44:16 -04:00
Fix for building debian pkgs
This commit is contained in:
3
setup.py
3
setup.py
@@ -5,9 +5,6 @@ from setuptools import setup
|
|||||||
with open("README.rst") as readme:
|
with open("README.rst") as readme:
|
||||||
long_description = readme.read()
|
long_description = readme.read()
|
||||||
|
|
||||||
with open("requirements.txt") as f:
|
|
||||||
install_requires = f.read().split()
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.13.0',
|
version='0.13.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user