Skip to content

Commit 3956fad

Browse files
committed
Update setup.py
1 parent 58b88e6 commit 3956fad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
from setuptools import setup, find_packages
55

66

7-
with open('LICENSE') as f:
8-
flicense = f.read()
9-
107
setup(
118
name='zxtools',
129
version='1.0.0',
@@ -17,7 +14,7 @@
1714
author_email='[email protected]',
1815
download_url='https://github.com/codeatcpp/zxtools',
1916
url='http://www.codeatcpp.com',
20-
license=flicense,
17+
license='BSD-3-Clause',
2118
packages=find_packages(exclude=('test', 'docs')),
2219
test_suite="test",
2320
classifiers=[

0 commit comments

Comments
 (0)