Nick Ficano
commited on
Commit
·
39c6ff6
1
Parent(s):
d4d4395
updated LICENSE
Browse files- LICENSE.txt → LICENSE +1 -1
- setup.py +1 -1
LICENSE.txt → LICENSE
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
Copyright (c) 2015 Nick Ficano
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4 |
this software and associated documentation files (the "Software"), to deal in
|
|
|
1 |
+
Copyright (c) 2015 Nick Ficano
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4 |
this software and associated documentation files (the "Software"), to deal in
|
setup.py
CHANGED
@@ -10,7 +10,7 @@ except ImportError:
|
|
10 |
with open('README.rst') as readme_file:
|
11 |
readme = readme_file.read()
|
12 |
|
13 |
-
with open('LICENSE
|
14 |
license = readme_file.read()
|
15 |
|
16 |
setup(
|
|
|
10 |
with open('README.rst') as readme_file:
|
11 |
readme = readme_file.read()
|
12 |
|
13 |
+
with open('LICENSE') as readme_file:
|
14 |
license = readme_file.read()
|
15 |
|
16 |
setup(
|