Skip to content

Commit

Permalink
setup.cfg: update classifier, drop deprecated
Browse files Browse the repository at this point in the history
This adds 3.10 (didn't check to see if it was tested on 3.10, that should be done, but I'm using it on 3.10).

setup_requires is deprecated and should be producing warnings on modern setuptools, and never worked for setuptools anyway - setuptools can't update itself, and setuptools is what is reading this anyway!
  • Loading branch information
henryiii authored and eli-schwartz committed Feb 9, 2022
1 parent e1bb424 commit bae58e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Build Tools
long_description = Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang, PGI, Intel, and Visual Studio. Its build definitions are written in a simple non-Turing complete DSL.

[options]
packages = find:
python_requires = >= 3.7
setup_requires =
setuptools

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit bae58e6

Please sign in to comment.