Skip to content

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Askannz committed Oct 27, 2019
1 parent c717907 commit 490a092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#!/usr/bin/env python
from os.path import dirname, join
from setuptools import setup
from setuptools import setup, find_packages


setup(
name='msi-perkeyrgb',
version='1.4-effect-alpha',
version='2.0',
description='Configuration tool for per-key RGB keyboards on MSI laptops.',
long_description=open(
join(dirname(__file__), 'README.md')).read(),
url='https://github.com/Askannz/msi-perkeyrgb',
author='Robin Lange',
author_email='[email protected]',
license='MIT',
packages=['msi_perkeyrgb'],
packages=find_packages(),
entry_points={
'console_scripts': [
'msi-perkeyrgb=msi_perkeyrgb.main:main',
],
},
package_data={'msi_perkeyrgb': ['presets/*.json']},
package_data={'msi_perkeyrgb': ['protocol_data/presets/*.json']},
keywords=['msi', 'rgb', 'keyboard', 'per-key'],
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 490a092

Please sign in to comment.