mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-18 19:16:43 +00:00
Fix installation of generator
This commit is contained in:
parent
953f6f11c5
commit
5416e4d5c0
@ -35,7 +35,7 @@ requires = ["setuptools>=61.0"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = {attr = "telethon_generator.__version__"}
|
version = {attr = "telethon_generator.version.__version__"}
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
Loading…
Reference in New Issue
Block a user