We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0042e commit 3b21c17Copy full SHA for 3b21c17
generate.sh
@@ -32,7 +32,6 @@ sed -i 's/keywords=\["OpenAPI", "OpenAPI-Generator", "VRChat API Documentation"\
32
sed -i 's/.*VRChat API Banner.*/abcdefvrc/g' ./setup.py
33
sed -i '/abcdefvrc/r README.md' ./setup.py
34
sed -i 's/abcdefvrc//g' ./setup.py
35
-sed -i '/license/a long_description_content_type="text/markdown",' ./setup.py
36
37
# Remove messily pasted markdown at top of every file
38
find vrchatapi -type f -exec sed -i '/VRChat API Banner/d' {} \;
0 commit comments