Skip to content

Commit

Permalink
Switched from setuptools to Flit
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Nov 29, 2023
1 parent b471e2d commit 5ea8370
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ['setuptools']
build-backend = 'setuptools.build_meta'
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"


[project]
Expand Down Expand Up @@ -37,14 +37,6 @@ dependencies = [
]


[tool.setuptools]
py-modules = ["qrcode_artistic"]


[tool.setuptools.dynamic]
version = {attr = "qrcode_artistic.__version__"}


[project.entry-points."segno.plugin.converter"]
pil = "qrcode_artistic:write_pil"
artistic = "qrcode_artistic:write_artistic"
Expand Down

0 comments on commit 5ea8370

Please sign in to comment.