Skip to content

Commit

Permalink
reduce setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Dec 20, 2023
1 parent c5cee70 commit 6d8bbc8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions darshan-util/pydarshan/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,3 @@ replace = version='{new_version}'
[bumpversion:file:darshan/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

[flake8]
exclude = docs
ignore = E501 E231 E265 E303 E271 E272

[aliases]
test = pytest

[tool:pytest]
testpaths = tests

0 comments on commit 6d8bbc8

Please sign in to comment.