Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit f15f3f5

Browse files
authored
Add files via upload
1 parent 4c93f64 commit f15f3f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='BHBot-master',
5+
version='V1',
6+
packages=[''],
7+
url='https://github.com/Nick2bad4u/BHBot',
8+
license='Unlicense',
9+
author='Nick',
10+
author_email='',
11+
description=''
12+
)

0 commit comments

Comments
 (0)