diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..d2a3cbd --- /dev/null +++ b/setup.py @@ -0,0 +1,12 @@ +from setuptools import setup + +setup( + name='BHBot-master', + version='V1', + packages=[''], + url='https://github.com/Nick2bad4u/BHBot', + license='Unlicense', + author='Nick', + author_email='', + description='' +)