We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de9a0c commit e1ef375Copy full SHA for e1ef375
setup.py
@@ -4,7 +4,7 @@
4
# allow setup.py to be run from any path
5
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
6
7
-with open('LICENSE') as f:
+with open('LICENSE_NON-COMMERICAL') as f:
8
license = f.read()
9
10
setup(
@@ -16,4 +16,4 @@
16
url='https://github.com/atfrank/SampleDock',
17
license=license,
18
packages=find_packages()
19
-)
+)
0 commit comments