Skip to content

Commit

Permalink
additional args
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Nov 4, 2022
1 parent 92415e3 commit f95b2c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
setup_requires=[
"pytest-runner",
"setuptools-scm",
"setuptools>=30.3.0",
],
include_package_data=True,
tests_require=_TEST_REQUIRES,
extras_require={
"dev": _TEST_REQUIRES
Expand All @@ -61,6 +63,7 @@
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
],
zip_safe=False,
entry_points={
"console_scripts": [
"sounding_converter=pysonde.pysonde:main",
Expand Down

0 comments on commit f95b2c8

Please sign in to comment.