meichthys / nextcloud_monitor

Python wrapper around Nextcloud monitor api
MIT License
2 stars 2 forks source link

Add author & classifiers to setup.py #1

Open meichthys opened 4 years ago

meichthys commented 4 years ago

something like:

    classifiers=[
        "Development Status :: 5 - Production/Stable",
        "License :: OSI Approved :: MIT License",
        "Natural Language :: English",
        "Operating System :: OS Independent",
        "Programming Language :: Python :: 3",
        "Topic :: System :: Networking",
    ],
dotlambda commented 3 years ago

Setting url="https://github.com/meichthys/nextcloud_monitor" would also be nice.