Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
pyproject.toml 272 B
Newer Older
  • Learn to ignore specific revisions
  • [build-system]
    requires = ["hatchling"]
    build-backend = "hatchling.build"
    
    [project]
    name = "python_install_project"
    version = "0.1.0"
    authors = [
        { name = "Author Name", email = "author.name@example.com" },
    ]
    description = "A description of what the package is for."