Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • netaddr
  • ft/in-place
  • ft/run
  • v0.7.6
  • v0.7.5
  • v0.7.4
  • v0.7.3
  • v0.7.2
  • v0.7.1
  • v0.7.0
  • v0.6.6
  • v0.6.5
  • v0.6.4
  • v0.6.3
  • v0.6.2
  • v0.6.1
  • v0.6.0
  • v0.5.1
  • v0.5.0
  • v0.4.8
  • v0.4.7
  • v0.4.6
  • v0.4.4
24 results

pyproject.toml

Blame
    • nimrod's avatar
      30421d6e
      Add pyproject.toml. · 30421d6e
      nimrod authored
      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).
      30421d6e
      History
      Add pyproject.toml.
      nimrod authored
      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).