upload 1.0

This commit is contained in:
Teleport
2022-07-14 23:32:53 +03:00
parent ba11a3a674
commit 2d0232d3b5
6 changed files with 259 additions and 5 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
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=''
)