fix: removed URLs from pyproject.toml

This commit is contained in:
2026-07-16 18:53:45 +03:00
parent 494cc6ca35
commit 5aa4f9afa7
+2 -6
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "snanosm"
version = "0.0.1"
version = "1.0.0"
authors = [
{ name="Studiosi", email="hello@nobodyownsthisdomain.org" },
]
@@ -20,8 +20,4 @@ classifiers = [
"Typing :: Typed"
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/pypa/sampleproject"
Issues = "https://github.com/pypa/sampleproject/issues"
license-files = ["LICEN[CS]E*"]