mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-04-19 12:20:03 +08:00
README.rst -> README.md
This commit is contained in:
parent
8f3b1c2415
commit
f4a5fd26b3
@ -2,5 +2,5 @@
|
|||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
description-file = README.rst
|
description-file = README.md
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
2
setup.py
2
setup.py
@ -114,7 +114,7 @@ if __name__ == "__main__":
|
|||||||
maintainer=find_meta("author"),
|
maintainer=find_meta("author"),
|
||||||
maintainer_email=find_meta("email"),
|
maintainer_email=find_meta("email"),
|
||||||
keywords=KEYWORDS,
|
keywords=KEYWORDS,
|
||||||
long_description=read("README.rst"),
|
long_description=read("README.md"),
|
||||||
packages=PACKAGES,
|
packages=PACKAGES,
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user