Skip to content

Commit

Permalink
REL: bump version to 1.0.0, add PyPI classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Dec 22, 2022
1 parent 67679f5 commit 5fe77db
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,29 @@ requires = [

[project]
name = "ewah_bool_utils"
version = "0.1.1"
version = "1.0.0"
description = "EWAH Bool Array utils for yt"
authors = [
{ name = "Matthew Turk" },
{ name = "Meagan Lang"},
{ name = "Navaneeth Suresh"},
{ name = "Meagan Lang" },
{ name = "Navaneeth Suresh" },
]
requires-python =">=3.8"
dependencies = [
"numpy>=1.17.5",
]
classifiers = [
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Programming Language :: Cython",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[project.license]
text = "BSD"
Expand Down

0 comments on commit 5fe77db

Please sign in to comment.