Skip to content

Commit 71a2b9d

Browse files
committed
2
1 parent 57e3c24 commit 71a2b9d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# PyBot

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='Pao\'s PyBot',
5+
version='0.1.0',
6+
author='PaoPaoDev',
7+
packages=['PyBot'],
8+
install_requires=[
9+
'discord.py',
10+
'requests'
11+
],
12+
)

0 commit comments

Comments
 (0)