Skip to content

Commit 7803cf2

Browse files
committed
flit_core build backend
1 parent 55ebdc8 commit 7803cf2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=77.0.3", "setuptools-scm"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["flit_core >=3.2,<4"]
3+
build-backend = "flit_core.buildapi"
44

5-
[tool.setuptools.dynamic]
6-
version = { attr = "pywinctl.__version__" } # any module attribute compatible with ast.literal_eval
5+
[tool.flit.module]
6+
name = "pywinctl"
77

88
[project.urls]
99
Homepage = "https://github.com/Kalmat/PyWinCtl"

src/pywinctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"getAllScreens", "getScreenSize", "getWorkArea", "getMousePos"
1616
]
1717

18-
__version__ = "0.4.01"
18+
__version__ = "0.4.1"
1919

2020

2121
def version(numberOnly: bool = True) -> str:

0 commit comments

Comments
 (0)