python-termcolor/setup.py
2023-02-08 09:53:08 +08:00

10 lines
148 B
Python

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