This commit is contained in:
AF 2021-07-31 16:39:07 +03:00
parent f95c639b38
commit 9e1a953898
2 changed files with 15 additions and 0 deletions

1
bu4/__init__.py Normal file
View File

@ -0,0 +1 @@
# Copyright (c) PARRRATE T&V 2021. All rights reserved.

14
setup.py Normal file
View File

@ -0,0 +1,14 @@
# Copyright (c) PARRRATE T&V 2021. All rights reserved.
from setuptools import setup
setup(
name='builtup4',
version='0.1.0.0',
packages=['bu4'],
url='',
license='',
author='PARRRATE T&V',
author_email='',
description=''
)