Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Sep 11, 2024
1 parent 052174f commit af19ed3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "versioningit~=2.0"]
requires = ["setuptools>=61.0", "versioningit"]
build-backend = "setuptools.build_meta"

# Self-descriptive entries which should always be present
Expand All @@ -18,7 +18,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
# Declare any run-time dependencies that should be installed with the package.
dependencies = [

Expand Down Expand Up @@ -69,9 +69,8 @@ openmmdl = [
[tool.setuptools.dynamic]
version = { attr = "openmmdl._version.__version__" }


[project.scripts]
openmmdl_setup = "openmmdl.openmmdl_setup.openmmdlsetup:main"
openmmdl_simulation = "openmmdl.openmmdl_simulation.openmmdlsimulation:main"
openmmdl_analysis = "openmmdl.openmmdl_analysis.openmmdlanalysis:main"
openmmdl_visualization = "openmmdl.openmmdl_analysis.visualization_functions:run_visualization"
openmmdl_visualization = "openmmdl.openmmdl_analysis.visualization_functions:run_visualizati

0 comments on commit af19ed3

Please sign in to comment.