mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 04:19:31 +02:00
13 lines
227 B
Python
13 lines
227 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='Py-SPW',
|
|
version='1.0',
|
|
packages=['pyspw'],
|
|
url='',
|
|
license='MIT License',
|
|
author='Stepan Khozhempo',
|
|
author_email='stepan@m.khoz.ru',
|
|
description=''
|
|
)
|