Reorganize project structure

This commit is contained in:
Joscha
2019-04-25 11:48:58 +00:00
parent 45e4500a58
commit 0e536f476a
4 changed files with 34 additions and 11 deletions

15
setup.py Normal file
View File

@@ -0,0 +1,15 @@
from setuptools import setup
setup(
name="PFERD",
version="0.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