Skip to content

Commit

Permalink
Merge pull request #8 from mjiggidy/Prep-1.0.2
Browse files Browse the repository at this point in the history
Prep 1.0.2
  • Loading branch information
mjiggidy authored Mar 29, 2022
2 parents 8c4d37c + fefa018 commit c960404
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adderlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ["adder","channels","devices","urlhandlers","users","presets"]
__version__ = "1.0.1"
__version__ = "1.0.2"
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,26 @@
# Thanks https://realpython.com/pypi-publish-python-package/
setup(
name="adderlib",
version="1.0.1",
version="1.0.2",
description="Python wrapper for the Adder API, for use with Adderlink KVM systems",
long_description=README,
long_description_content_type="text/markdown",
url="https://adderlib.readthedocs.io/",
download_url="https://github.com/mjiggidy/adderlib/",
author="Michael Jordan",
author_email="[email protected]",
license="GNU General Public License v3 or later (GPLv3+)",
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"Topic :: Multimedia",
"Topic :: Internet",
"Topic :: Utilities",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Natural Language :: English"
],
packages=["adderlib"],
include_package_data=True,
Expand Down

0 comments on commit c960404

Please sign in to comment.