Skip to content

Commit 158914f

Browse files
fixed project name for proper pypi uploading.
1 parent a4cf9f2 commit 158914f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "ics"
2+
name = "python_ics"
33
dynamic = ["version"]
44
authors = [
55
{name = "David Rebbe", email = "drebbe@intrepidcs.com"},
@@ -24,7 +24,6 @@ classifiers=[
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27-
"Programming Language :: Python :: 3.13",
2827
]
2928

3029
[project.urls]

0 commit comments

Comments
 (0)