fix: removed URLs from pyproject.toml

This commit is contained in:
2026-07-16 18:53:45 +03:00
parent 494cc6ca35
commit 5aa4f9afa7
+1 -5
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" },
]
@@ -21,7 +21,3 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/pypa/sampleproject"
Issues = "https://github.com/pypa/sampleproject/issues"