Skip to content

Commit e1ef375

Browse files
authored
Update setup.py
1 parent 0de9a0c commit e1ef375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# allow setup.py to be run from any path
55
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
66

7-
with open('LICENSE') as f:
7+
with open('LICENSE_NON-COMMERICAL') as f:
88
license = f.read()
99

1010
setup(
@@ -16,4 +16,4 @@
1616
url='https://github.com/atfrank/SampleDock',
1717
license=license,
1818
packages=find_packages()
19-
)
19+
)

0 commit comments

Comments
 (0)