Add py_modules to setup.py
This commit is contained in:
parent
83b9e1c497
commit
55a1dabc6b
1
setup.py
1
setup.py
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user