Skip to content

Commit

Permalink
build: distributions with better metadata. #126
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 7, 2024
1 parent 2d5de11 commit b87175c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packages =
scriv
package_dir =
= src
python_requires = >= 3.8
install_requires =
# begin_install_requires
attrs
Expand Down Expand Up @@ -68,9 +69,6 @@ line_length = 80
multi_line_output = 3
include_trailing_comma = True

[wheel]
universal = 1

[tool:pytest]
addopts = -rfe
norecursedirs = .* docs requirements
Expand Down

0 comments on commit b87175c

Please sign in to comment.