Skip to content

Commit

Permalink
[dist] reorder entries in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 21, 2023
1 parent 2416b19 commit 46e243e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[build-system]
requires = ['setuptools>=46.4', 'wheel']
build-backend = 'setuptools.build_meta'

[project]
name = 'Late'
dynamic = ['version']
Expand Down Expand Up @@ -29,6 +25,10 @@ dependencies = []
[project.urls]
"Homepage" = "https://github.com/neogeny/late"

[build-system]
requires = ['setuptools>=46.4', 'wheel']
build-backend = 'setuptools.build_meta'

[tool.setuptools]
include-package-data = false

Expand Down

0 comments on commit 46e243e

Please sign in to comment.