Skip to content
Snippets Groups Projects
Commit 30421d6e authored by nimrod's avatar nimrod
Browse files

Add pyproject.toml.

It's autogenerated everytime I use pipenv. I don't really need it since
I'm targeting old Python and Pip versions that even know about it. The
build system declared is setuptools which is what will be used anyway.
But I grow tired of always deleting the file (adding it to .gitignore
doesn't work because check-manifest complains). I _really_ hope it won't
break anything (if it will it will probably be in new Pip versions so I
will probably see it, I hope).
parent 63cc3258
No related branches found
No related tags found
No related merge requests found
Pipeline #2015 passed
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment