kopia lustrzana https://github.com/ihabunek/toot
Fix for building debian pkgs
rodzic
cb7f6ec7ce
commit
f2d1072f19
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',
|
||||||
|
|
Ładowanie…
Reference in New Issue