Skip to content

Commit 6882f23

Browse files
committed
Added license to the setup.py def
1 parent 12eed66 commit 6882f23

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
*.pyc
33
build/
4+
dist/
5+
MANIFEST

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def read(fname):
1010
version=__version__,
1111
description='Simple Python Varnish socket interface',
1212
long_description=read('README.rst'),
13+
license="MIT",
1314
author='Bryan Shelton',
1415
author_email='[email protected]',
1516
url='http://github.com/bshelton229/varnish-admin-socket-python',

0 commit comments

Comments
 (0)