Loading pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta" [project] name = "yapsut" version = "V0.0.1" version = "0.0.1" authors = [ { name="Michele Maris", email="michele.maris@inaf.it" }, ] description = "Yet Another Python Science Utilty Toolkit" readme = "README.md" requires-python = ">=3." requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", Loading Loading
pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta" [project] name = "yapsut" version = "V0.0.1" version = "0.0.1" authors = [ { name="Michele Maris", email="michele.maris@inaf.it" }, ] description = "Yet Another Python Science Utilty Toolkit" readme = "README.md" requires-python = ">=3." requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", Loading