pferd/setup.py
2019-04-26 09:48:17 +00:00

16 lines
343 B
Python

from setuptools import setup
setup(
name="PFERD",
version="1.1.0",
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