Skip to content

Commit 9e979fc

Browse files
committed
Update pip package
1 parent 5ae5017 commit 9e979fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/hectorespert/python-oligo",
19+
project_urls={
20+
"Source": "https://github.com/hectorespert/python-oligo",
21+
"Issues": "https://github.com/hectorespert/python-oligo/issues",
22+
"Documentation": "https://github.com/hectorespert/python-oligo#readme",
23+
},
1924
packages=find_packages(),
2025
install_requires=[
2126
'deprecated'
@@ -25,9 +30,11 @@
2530
'asyncio': ['aiohttp']
2631
},
2732
classifiers=[
33+
"Development Status :: 7 - Inactive",
2834
"Programming Language :: Python :: 3",
2935
"License :: OSI Approved :: MIT License",
3036
"Operating System :: OS Independent",
3137
],
38+
keywords=["i-DE", "iberdrola", "energy", "client"],
3239
python_requires='>=3.6',
3340
)

0 commit comments

Comments
 (0)