mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Reorganize project structure
This commit is contained in:
15
setup.py
Normal file
15
setup.py
Normal 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
|
Reference in New Issue
Block a user