mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Automatically discover packages in setup.py
This commit is contained in:
parent
7f10931be8
commit
104b838aed
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -1,9 +1,9 @@
|
||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="PFERD",
|
name="PFERD",
|
||||||
version="1.1.8",
|
version="1.1.8",
|
||||||
packages=["PFERD"],
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests>=2.21.0",
|
"requests>=2.21.0",
|
||||||
"beautifulsoup4>=4.7.1",
|
"beautifulsoup4>=4.7.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue