Skip to content

Commit d26cf8e

Browse files
authored
Update license identifier (#349)
Delete typo and use proper SPDX license identifier.
1 parent b0a0638 commit d26cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
url='https://github.com/gijzelaerr/python-snap7',
3737
packages=find_packages(),
3838
package_data={'snap7': ['py.typed']},
39-
license='MIT licence',
39+
license='MIT',
4040
long_description=read('README.rst'),
4141
scripts=['snap7/bin/snap7-server.py'],
4242
classifiers=[

0 commit comments

Comments
 (0)