pferd/setup.py

16 lines
343 B
Python
Raw Normal View History

2019-04-25 13:48:58 +02:00
from setuptools import setup
setup(
name="PFERD",
2019-04-25 21:55:15 +02:00
version="1.0.0",
2019-04-25 13:48:58 +02:00
packages=["PFERD"],
install_requires=[
"requests>=2.21.0",
"beautifulsoup4>=4.7.1",
],
)
# When updating the version, also:
# - update the README.md installation instructions
# - set a tag on the update commit