Skip to content

Commit

Permalink
Merge pull request alex-rudakov#131 from microe/add_license_to_setup.py
Browse files Browse the repository at this point in the history
Include LICENSE in package.
  • Loading branch information
dpryan79 authored Oct 31, 2020
2 parents b3b6497 + 4dcc031 commit 1addc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def getVersion():
],
url='https://github.com/ribozz/sphinx-argparse',
license='MIT',
data_files=[("", ["LICENSE"])],
author='Aleksandr Rudakov and Devon Ryan',
author_email='[email protected]',
description='A sphinx extension that automatically documents argparse commands and options',
Expand Down

0 comments on commit 1addc4a

Please sign in to comment.