Skip to content

Commit 458e8cb

Browse files
committed
Add license and update Python version requirement in setup.py
1 parent e34e0d1 commit 458e8cb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ def get_version(rel_path: str) -> str:
4949
url="https://github.com/DeepskyLog/pydeepskylog",
5050
author="Wim De Meester",
5151
author_email="deepskywim@gmail.com",
52+
license="GNU General Public License v3 (GPLv3)",
5253
install_requires=[
5354
"requests",
5455
],
56+
python_requires=">=3.9",
5557
extras_require={
5658
"dev": [
57-
"",
59+
"sphinx",
60+
"sphinx-rtd-theme",
61+
"sphinx-autodoc-typehints",
5862
],
5963
},
6064
)

0 commit comments

Comments
 (0)