Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Aug 8, 2023
1 parent 8bc6948 commit fb79dc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#https://www.seanh.cc/2022/05/21/publishing-python-packages-from-github-actions/#pyprojecttoml-and-setuptools_scm

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "WarrenCowleyParameters"
#version = "0.0.2"
dynamic = ["version"]
version = "0.0.2"
description = "OVITO Python modifier to compute Warren-Cowley parameters."
keywords = ["ovito", "python-modifier"]
authors = [{name = "Killian Sheriff", email = "[email protected]"}]
Expand Down

0 comments on commit fb79dc6

Please sign in to comment.