python-semver/setup.py
cherry530 08b4d79cf7 fix python-semver build failed
Signed-off-by: cherry530 <707078654@qq.com>
2024-06-18 10:36:56 +08:00

10 lines
162 B
Python

#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup(
name = "semver", # name
version = "3.0.0", # version
)