Add py_modules to setup.py

This commit is contained in:
Patrick Elmer 2022-08-30 17:06:03 +09:00
parent 83b9e1c497
commit 55a1dabc6b

View File

@ -10,6 +10,7 @@ setup(
description='Parse command line arguments into a list of args and a dict of kwargs.', description='Parse command line arguments into a list of args and a dict of kwargs.',
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
py_modules=['pargv'],
extras_require={ extras_require={
'dev':[ 'dev':[
'pytest', 'pytest',