File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -77,22 +77,13 @@ license-files = [
7777name = " sleplet"
7878readme = " README.md"
7979requires-python = " >=3.11"
80- scripts = {mesh = """ \
81- sleplet._scripts.plotting_on_mesh:main\
82- """ , sphere = """ \
83- sleplet._scripts.plotting_on_sphere:main\
84- """ }
85- urls = {Code = """ \
86- https://github.com/astro-informatics/sleplet\
87- """ , Documentation = """ \
88- https://astro-informatics.github.io/sleplet\
89- """ , Download = """ \
90- https://pypi.org/project/sleplet\
91- """ , Homepage = """ \
92- https://github.com/astro-informatics/sleplet\
93- """ , Issues = """ \
94- https://github.com/astro-informatics/sleplet/issues\
95- """ }
80+ scripts.mesh = " sleplet._scripts.plotting_on_mesh:main"
81+ scripts.sphere = " sleplet._scripts.plotting_on_sphere:main"
82+ urls.Code = " https://github.com/astro-informatics/sleplet"
83+ urls.Documentation = " https://astro-informatics.github.io/sleplet"
84+ urls.Download = " https://pypi.org/project/sleplet"
85+ urls.Homepage = " https://github.com/astro-informatics/sleplet"
86+ urls.Issues = " https://github.com/astro-informatics/sleplet/issues"
9687
9788[tool .check-manifest ]
9889ignore = [
You can’t perform that action at this time.
0 commit comments