Skip to content

Commit

Permalink
Fix classifier in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 3, 2024
1 parent 132229e commit 8602c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with AtomDB. If not, see <http://www.gnu.org/licenses/>.

[build-system]
requires = ["setuptools>=65.0", "setuptools_scm[toml]>=7.1.0"]
requires = ["setuptools>=65", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -27,7 +27,7 @@ readme = "README.rst"
license = {text = "GPL-3.0-or-later"}
requires-python = ">=3.9"
classifiers = [
'Development Status :: 0 - Released',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit 8602c04

Please sign in to comment.