File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33.PHONY : dist update
44dist :
55 rm -f dist/* .whl dist/* .tar.gz
6- python setup.py sdist
6+ python3 setup.py sdist
7+ python3 setup.py bdist_wheel
78
89release :
9- twine upload dist/* .tar.gz
10+ twine upload dist/* .tar.gz
11+ twine upload dist/* .whl
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ classifier =
1313 Programming Language :: Python :: 3.5
1414 Programming Language :: Python :: 3.6
1515 Programming Language :: Python :: 3.7
16- Topic :: Home Automation :: Software Development :: Libraries :: Python Modules' ,
16+ Topic :: Home Automation
17+ Topic :: Software Development :: Libraries :: Python Modules
1718
1819[tool:pytest]
1920testpaths = tests
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
1111
1212setup (
1313 name = 'insteonplm' ,
14- version = '0.15.3 ' ,
14+ version = '0.15.4 ' ,
1515 author = 'David McNett' ,
1616 author_email = 'nugget@macnugget.org' ,
1717 url = 'https://github.com/nugget/python-insteonplm' ,
You can’t perform that action at this time.
0 commit comments