We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be2891 commit c4ca57bCopy full SHA for c4ca57b
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
}
7
8
setup(name='blurhash',
9
- version='1.1.1',
+ version='1.1.3',
10
description='Pure-Python implementation of the blurhash algorithm.',
11
packages=['blurhash'],
12
install_requires=[],
@@ -15,13 +15,14 @@
15
url='https://github.com/halcy/blurhash-python',
16
author='Lorenz Diener',
17
author_email='lorenzd+blurhashpypi@gmail.com',
18
- license='MIT',
+ license='No-Nazis',
19
+ data_files = [("", ["LICENSE"])],
20
keywords='blurhash graphics web_development',
21
classifiers=[
22
'Development Status :: 5 - Production/Stable',
23
'Intended Audience :: Developers',
24
'Topic :: Multimedia :: Graphics',
- 'Other/Proprietary License',
25
+ 'License :: Other/Proprietary License',
26
'Programming Language :: Python :: 2',
27
'Programming Language :: Python :: 3',
28
])
0 commit comments