Browse Source

More license stuff.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
5f84134bc4
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      MANIFEST.in
  2. +1
    -1
      setup.py

+ 1
- 0
MANIFEST.in View File

@@ -1,2 +1,3 @@
include README.rst
include LICENSE
include docs/_build/html/*

+ 1
- 1
setup.py View File

@@ -21,7 +21,7 @@ setup(name='pyad2',
url='http://github.com/nutechsoftware/pyad2',
author='Nu Tech Software Solutions, Inc.',
author_email='general@support.nutech.com',
license='',
license='MIT',
packages=['pyad2', 'pyad2.event'],
install_requires=[
'pyopenssl',


Loading…
Cancel
Save