pferd/setup.py
I-Al-Istannen 67da4e69fa Add colorful log output
Highlight the important operations (new, modified) in different colours.
2019-06-07 13:28:55 +02:00

17 lines
373 B
Python

from setuptools import setup
setup(
name="PFERD",
version="1.1.2",
packages=["PFERD"],
install_requires=[
"requests>=2.21.0",
"beautifulsoup4>=4.7.1",
"colorama>=0.4.1"
],
)
# When updating the version, also:
# - update the README.md installation instructions
# - set a tag on the update commit