Skip to content

Commit

Permalink
fix classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangeorget committed Sep 23, 2024
1 parent db83f89 commit 9b26035
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
[project]
name="NUCS"
version="0.7.0"
version="0.7.1"
authors = [
{ name="Yan Georget", email="[email protected]" },
]
description="A Numpy and Numba based Python library for solving Constraint Satisfaction Problems"
description="A Numpy and Numba based Python library for solving Constraint Satisfaction Problems over finite domains"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"numba==0.60.0",
Expand Down

0 comments on commit 9b26035

Please sign in to comment.