Skip to content

Commit

Permalink
fix: clean up CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Feb 29, 2024
1 parent 16e286c commit 5d12d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tag_format = "$version"
version_scheme = "pep440"
version_provider = "cargo"
major_version_zero = true
bump_message = "$new_version"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ build-backend = "maturin"
[project]
name = "orca-rs"
requires-python = ">=3.10"
description = "Parser for ORCA output files."
readme = "README.md"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
license = {file = "LICENSE" }

authors = [
{ name = "Felix Scherz", email = "[email protected]" },
Expand Down

0 comments on commit 5d12d62

Please sign in to comment.