fix: removed URLs from pyproject.toml
This commit is contained in:
+1
-5
@@ -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"
|
||||
Reference in New Issue
Block a user