Skip to content

Commit

Permalink
updated setup.py - first release
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
zero-udo committed Sep 8, 2020
1 parent 345f984 commit 85b8040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ profile_default/
ipython_config.py

# PyCharm
.idea/
.idea

# pyenv
# For a library or package, you might want to ignore these files since the code is
Expand Down Expand Up @@ -156,3 +156,4 @@ pyvenv.cfg
.venv
pip-selfcheck.json

/.scannerwork/
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@

setuptools.setup(
name="eurotronic-cometblue",
version="0.1.0",
version="1.0.0",
author="Johanens Rottler",
author_email="[email protected]",
description="Allows you to access Eurotronics GmbH BLE Comet Blue Radiator Controller",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/zero-udo/CometBlue",
url="https://github.com/zero-udo/eurotronic-cometblue",
packages=setuptools.find_packages(),
license='MIT',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: POSIX :: Linux",
"Development Status :: 5 - Production/Stable",
],
Expand Down

0 comments on commit 85b8040

Please sign in to comment.