diff --git a/pyproject.toml b/pyproject.toml index c47cf1f..f290506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +license-files = ["LICEN[CS]E*"] \ No newline at end of file