Skip to content

Commit

Permalink
trim setup.cfg more
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Oct 6, 2024
1 parent 6318753 commit 11d7268
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ classifiers =

[options]
packages = asttokens
install_requires =
typing; python_version < "3.5"
setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
python_requires = >=3.8

[options.extras_require]
astroid =
astroid >=2, <4; python_version >= "3"
astroid >=2, <4
test =
astroid >=2, <4; python_version >= "3"
astroid >=2, <4
pytest
pytest-cov
pytest-xdist
Expand Down

0 comments on commit 11d7268

Please sign in to comment.