4 lines
61 B
Python
4 lines
61 B
Python
# -*- coding: utf-8 -*-
|
|
from setuptools import setup
|
|
|
|
setup() |
# -*- coding: utf-8 -*-
|
|
from setuptools import setup
|
|
|
|
setup() |