We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea11832 commit dba859aCopy full SHA for dba859a
.pip_readme.rst
MANIFEST.in
@@ -2,7 +2,6 @@ graft s2fft
2
graft tests
3
graft docs
4
5
-include .pip_readme.rst
6
include README.rst
7
include pytest.ini
8
include LICENCE.txt
pyproject.toml
@@ -43,7 +43,7 @@ dynamic = [
43
keywords = [
44
]
45
name = "s2fft"
46
-readme = ".pip_readme.rst"
+readme = "README.md"
47
requires-python = ">=3.8"
48
license.file = "LICENCE.txt"
49
urls.homepage = "https://github.com/astro-informatics/s2fft"
0 commit comments