mirror of https://gitee.com/openkylin/pytest.git
6 lines
91 B
Python
6 lines
91 B
Python
|
#!/usr/bin/env python
|
||
|
from setuptools import setup
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
setup()
|