1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00
PoetryInstaller/vercel.json
Arun Babu Neelicattu c864942778
Misc. cleanup for project setup (#1)
* ci: fix branch configuration

* readme: add initial content

* add .gitignore

* add code quality checks managed by pre-commit
2021-11-12 18:28:30 -07:00

8 lines
99 B
JSON

{
"rewrites": [
{
"destination": "/install-poetry.py",
"source": "/"
}
]
}