fitzypop / clickpy

Automated mouse clicker script
MIT License
0 stars 1 forks source link

Exclude .vscode folder in pyproject.toml #3

Closed fitzypop closed 3 years ago

fitzypop commented 3 years ago

Self explanatory. Read the Docs for poetry and pyproject.toml specs to figure out how to exclude files from being built and distributed.

fitzypop commented 3 years ago

in pyproject.toml, add this label, and any future files should be added to the array:


[tool.poetry]
...
exclude = [ ".vscode/settings.json", "<other files>" ]