File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66}
77
88setup (name = 'blurhash' ,
9- version = '1.1.3 ' ,
9+ version = '1.1.4 ' ,
1010 description = 'Pure-Python implementation of the blurhash algorithm.' ,
1111 packages = ['blurhash' ],
1212 install_requires = [],
1515 url = 'https://github.com/halcy/blurhash-python' ,
1616 author = 'Lorenz Diener' ,
1717 author_email = 'lorenzd+blurhashpypi@gmail.com' ,
18- license = 'No-Nazis' ,
19- data_files = [("" , ["LICENSE" ])],
18+ license = 'MIT' ,
2019 keywords = 'blurhash graphics web_development' ,
2120 classifiers = [
2221 'Development Status :: 5 - Production/Stable' ,
2322 'Intended Audience :: Developers' ,
2423 'Topic :: Multimedia :: Graphics' ,
25- 'License :: Other/Proprietary License' ,
24+ 'License :: OSI Approved :: MIT License' ,
2625 'Programming Language :: Python :: 2' ,
2726 'Programming Language :: Python :: 3' ,
2827 ])
You can’t perform that action at this time.
0 commit comments