Loading issues 0 → 100644 +0 −0 Empty file added. pyproject.toml +6 −6 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "example_package_YOUR_USERNAME_HERE" name = "yapsut" version = "0.0.1" authors = [ { name="Example Author", email="author@example.com" }, { name="Michele Maris", email="michele.maris@inaf.it" }, ] description = "A small example package" description = "Yet Another Python Sciece Utilty Toolkit" readme = "README.md" requires-python = ">=3.7" requires-python = ">=3." classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", Loading @@ -19,6 +19,6 @@ classifiers = [ ] [project.urls] "Homepage" = "https://github.com/pypa/sampleproject" "Bug Tracker" = "https://github.com/pypa/sampleproject/issues" "Homepage" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut" "Bug Tracker" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut/issues" Loading
pyproject.toml +6 −6 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "example_package_YOUR_USERNAME_HERE" name = "yapsut" version = "0.0.1" authors = [ { name="Example Author", email="author@example.com" }, { name="Michele Maris", email="michele.maris@inaf.it" }, ] description = "A small example package" description = "Yet Another Python Sciece Utilty Toolkit" readme = "README.md" requires-python = ">=3.7" requires-python = ">=3." classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", Loading @@ -19,6 +19,6 @@ classifiers = [ ] [project.urls] "Homepage" = "https://github.com/pypa/sampleproject" "Bug Tracker" = "https://github.com/pypa/sampleproject/issues" "Homepage" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut" "Bug Tracker" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut/issues"