Skip to content

Commit

Permalink
Merge pull request #20 from observingClouds/fix16_2
Browse files Browse the repository at this point in the history
add bdist_wheel config
  • Loading branch information
observingClouds authored Nov 4, 2022
2 parents de19ba9 + f95b2c8 commit ec5b945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[bdist_wheel]
universal = 1

[flake8]
ignore = W605, E203, E266, E501, W503
max-line-length = 88
Expand Down
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 ec5b945

Please sign in to comment.