New release: 0.3.0 → 0.3.1
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
"""A program to help you work with qmk_firmware."""
|
||||
|
||||
__version__ = '0.3.0'
|
||||
__version__ = '0.3.1'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.3.0
|
||||
current_version = 0.3.1
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = {new_version}
|
||||
@@ -24,50 +24,50 @@ description = A program to help users work with QMK Firmware.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
license = MIT License
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/qmk/qmk_cli/issues
|
||||
Documentation = https://docs.qmk.fm/#/cli
|
||||
Homepage = https://qmk.fm/
|
||||
Source = https://github.com/qmk/qmk_cli/
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/qmk/qmk_cli/issues
|
||||
Documentation = https://docs.qmk.fm/#/cli
|
||||
Homepage = https://qmk.fm/
|
||||
Source = https://github.com/qmk/qmk_cli/
|
||||
classifiers =
|
||||
Development Status :: 3 - Alpha
|
||||
Environment :: Console
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: System Administrators
|
||||
Intended Audience :: End Users/Desktop
|
||||
License :: OSI Approved :: MIT License
|
||||
Natural Language :: English
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Topic :: Scientific/Engineering
|
||||
Topic :: Software Development
|
||||
Topic :: Utilities
|
||||
Development Status :: 3 - Alpha
|
||||
Environment :: Console
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: System Administrators
|
||||
Intended Audience :: End Users/Desktop
|
||||
License :: OSI Approved :: MIT License
|
||||
Natural Language :: English
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Topic :: Scientific/Engineering
|
||||
Topic :: Software Development
|
||||
Topic :: Utilities
|
||||
|
||||
[options]
|
||||
install_requires =
|
||||
appdirs==1.4.4
|
||||
argcomplete==1.12.3
|
||||
attrs==21.2.0
|
||||
colorama==0.4.4
|
||||
coverage==5.5
|
||||
halo==0.0.31
|
||||
hid==1.0.4
|
||||
log-symbols==0.0.14
|
||||
mccabe==0.6.1
|
||||
milc==1.5.0
|
||||
pycodestyle==2.7.0
|
||||
pyflakes==2.3.1
|
||||
pyrsistent==0.18.0
|
||||
pyusb==1.2.1
|
||||
setuptools>=45
|
||||
six==1.16.0
|
||||
spinners==0.0.24
|
||||
termcolor==1.1.0
|
||||
install_requires =
|
||||
appdirs==1.4.4
|
||||
argcomplete==1.12.3
|
||||
attrs==21.2.0
|
||||
colorama==0.4.4
|
||||
coverage==5.5
|
||||
halo==0.0.31
|
||||
hid==1.0.4
|
||||
log-symbols==0.0.14
|
||||
mccabe==0.6.1
|
||||
milc==1.5.0
|
||||
pycodestyle==2.7.0
|
||||
pyflakes==2.3.1
|
||||
pyrsistent==0.18.0
|
||||
pyusb==1.2.1
|
||||
setuptools>=45
|
||||
six==1.16.0
|
||||
spinners==0.0.24
|
||||
termcolor==1.1.0
|
||||
packages = find:
|
||||
python_requiures = >=3.7
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
qmk = qmk_cli.script_qmk:main
|
||||
console_scripts =
|
||||
qmk = qmk_cli.script_qmk:main
|
||||
|
||||
[yapf]
|
||||
align_closing_bracket_with_visual_indent = True
|
||||
|
||||
Reference in New Issue
Block a user