9 lines
126 B
Python
Executable File
9 lines
126 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: UTF-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|