diff options
author | Aylur <[email protected]> | 2024-05-19 11:27:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-19 11:27:14 +0200 |
commit | 5f41c07d12ba8d1683eb46e21dcde6fc6f31edb4 (patch) | |
tree | 8d1aab50f3f98d4d834678db34305247fb1a155f | |
parent | c00f4499754f8b1d0d4c3523e1d10447110570d3 (diff) |
Update pyproject.toml
rename from astal.py to astal
-rw-r--r-- | python/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml index 2103286..6dc48e2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "astal.py" +name = "astal" version = "0.1.0" description = "" authors = [] |