6 lines
82 B
Python
6 lines
82 B
Python
#!/usr/bin/env python
|
|
#-*- coding:utf-8 -*-
|
|
|
|
import setuptools
|
|
setuptools.setup()
|