Skip to content

Commit

Permalink
Change package name for PyPI to a name that is available
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaungYip committed May 8, 2023
1 parent 7b042ad commit a3f1a65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "arcflash"
name = "arcflash-calc"
authors = [{name = "Li-aung Yip", email = "[email protected]"}]
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand All @@ -17,6 +17,9 @@ dependencies = [
[project.urls]
Source = "https://github.com/LiaungYip/arcflash"

[tool.flit.module]
name = "arcflash"

[tool.flit.sdist]
exclude = [
".gitignore",
Expand Down

0 comments on commit a3f1a65

Please sign in to comment.