Added string replacement function for future use

This commit is contained in:
2023-02-16 22:58:54 +02:00
parent 0816ac65db
commit a7da9795a5
5 changed files with 56 additions and 13 deletions

View File

@ -27,6 +27,9 @@ homepage = "https://github.com/Bubobubobubobubo/ziffers-python"
documentation = "https://github.com/Bubobubobubobubo/ziffers-python"
repository = "https://github.com/Bubobubobubobubo/ziffers-python"
[tool.setuptools]
py-modules = ['ziffers']
[tool.black]
target_version = ['py311']
include = '\.pyi?$'