Skip to content

Commit c4ca57b

Browse files
committed
Update setup.py
1 parent 5be2891 commit c4ca57b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
setup(name='blurhash',
9-
version='1.1.1',
9+
version='1.1.3',
1010
description='Pure-Python implementation of the blurhash algorithm.',
1111
packages=['blurhash'],
1212
install_requires=[],
@@ -15,13 +15,14 @@
1515
url='https://github.com/halcy/blurhash-python',
1616
author='Lorenz Diener',
1717
author_email='lorenzd+blurhashpypi@gmail.com',
18-
license='MIT',
18+
license='No-Nazis',
19+
data_files = [("", ["LICENSE"])],
1920
keywords='blurhash graphics web_development',
2021
classifiers=[
2122
'Development Status :: 5 - Production/Stable',
2223
'Intended Audience :: Developers',
2324
'Topic :: Multimedia :: Graphics',
24-
'Other/Proprietary License',
25+
'License :: Other/Proprietary License',
2526
'Programming Language :: Python :: 2',
2627
'Programming Language :: Python :: 3',
2728
])

0 commit comments

Comments
 (0)