Skip to content

Commit

Permalink
remove version number
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff authored Aug 8, 2023
1 parent 496d8cb commit 9035b5a
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "WarrenCowleyParameters"
version = "2023.1"
# version = "2023.1"
description = "OVITO Python modifier to compute Warren-Cowley parameters."
keywords = ["ovito", "python-modifier"]
authors = [{name = "Killian Sheriff", email = "[email protected]"}]
Expand All @@ -21,4 +21,4 @@ dependencies = [
repository = "https://github.com/killiansheriff/WarrenCowleyParameters"

[project.entry-points.'OVITO.Modifier']
"Warren Cowley Parameters" = "WarrenCowleyParameters:WarrenCowleyParameters"
"Warren Cowley Parameters" = "WarrenCowleyParameters:WarrenCowleyParameters"

0 comments on commit 9035b5a

Please sign in to comment.