🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
b01f7f5945
commit
5b34be2ac1
5
setup.py
5
setup.py
|
@ -41,7 +41,10 @@ this stuff is worth it, you can buy me a beer in return.
|
||||||
Jon Michael Aanes
|
Jon Michael Aanes
|
||||||
```"""
|
```"""
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT='Simple interpreter and stack tracer for the AMD x86-64 ABI.'
|
PACKAGE_DESCRIPTION_SHORT = (
|
||||||
|
'Simple interpreter and stack tracer for the AMD x86-64 ABI.'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def parse_version_file(text: str) -> str:
|
def parse_version_file(text: str) -> str:
|
||||||
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)
|
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user