Skip to content

Commit 22e081e

Browse files
committed
Switch setup.py back
1 parent 23b963e commit 22e081e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

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

88
setup(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=[],
@@ -15,14 +15,13 @@
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
])

0 commit comments

Comments
 (0)