Last active
February 22, 2023 10:21
-
-
Save abravalheri/4f1f86d879179e2d185b6e82e4f50d17 to your computer and use it in GitHub Desktop.
Bla
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from flit_core.buildapi import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[build-system] | |
requires = ["flit_core >=3.8.0,<4"] | |
backend-path = ["."] | |
build-backend = "my_backend" | |
[project] | |
name = "my_backend" | |
version = "0.0.0" | |
description = "foobar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment