Skip to content

Commit

Permalink
Form the directory structure (#1)
Browse files Browse the repository at this point in the history
* Form the directory structure

* Fix casing on BNETDocs brand

* Use python3 instead of python2
  • Loading branch information
carlbennett committed May 29, 2018
1 parent ca931ed commit 300bc8b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
Empty file added bin/.gitkeep
Empty file.
Empty file added community-bot/__init__.py
Empty file.
1 change: 1 addition & 0 deletions docs/discord.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Join us on Discord: https://discordapp.com/invite/u87WVeu
Empty file added lib/.gitkeep
Empty file.
Empty file added requirements.txt
Empty file.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python3

from setuptools import setup

setup(name='community-bot',
version='0.1',
description='BNETDocs Community Bot',
author='BNETDocs Community',
author_email='staff@bnetdocs.org',
license='MIT',
url='https://bnetdocs.org/',
)
Empty file added tests/.gitkeep
Empty file.

0 comments on commit 300bc8b

Please sign in to comment.