Skip to content

Commit

Permalink
Add license to setup.py and sdist
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
  • Loading branch information
dnephin committed Oct 7, 2017
1 parent 7d8457e commit 7f23bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -32,4 +32,6 @@
},
packages=['staticconf'],
install_requires=['six'],
license='APACHE20',
data_files=[("", ["LICENSE"])],
)

0 comments on commit 7f23bb9

Please sign in to comment.