mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-25 13:10:36 +03:00
6 lines
116 B
Python
6 lines
116 B
Python
''' CCText package installer '''
|
|
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(zip_safe=False)
|