diff --git a/setup.py b/setup.py index 0e2e305..ed2d2df 100644 --- a/setup.py +++ b/setup.py @@ -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='ribozz@gmail.com', description='A sphinx extension that automatically documents argparse commands and options',