Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmalina committed Sep 8, 2024
1 parent 4a664c5 commit bc56183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pySC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__title__ = "pySC"
__description__ = "Python version of Simulated Commissioning toolkit for synchrotrons (https://github.com/ThorstenHellert/SC) "
__url__ = "https://github.com/lmalina/pySC"
__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "lmalina"
__author_email__ = "[email protected]"

Expand Down
12 changes: 4 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[tool.hatch.version]
path = "pySC/__init__.py"
#

[tool.hatch.build.targets.sdist]
exclude = [
"/.github",
Expand All @@ -17,18 +17,14 @@ packages = ["pySC"]

[project]
name = "pySC"
version = "0.2.0"
description = "Python version of Simulated Commissioning toolkit for synchrotrons (https://github.com/ThorstenHellert/SC) "
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["version"]
#license = {file = "LICENSE.txt"}
#keywords = ["Accelerator", "Synchrotron", "Commissioning", ]
authors = [
{email = "[email protected]"},
{name = "Lukas Malina"}
]
keywords = ["Accelerator", "Synchrotron", "Commissioning", ]
maintainers = [
{name = "Lukas Malina", email = "[email protected]"}
{name = "Lukáš Malina", email = "[email protected]"}
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit bc56183

Please sign in to comment.