diff options
author | 2021-11-06 14:31:19 +0530 | |
---|---|---|
committer | 2021-11-06 14:31:19 +0530 | |
commit | 204322d7ec6af69889caa8b216530848067af492 (patch) | |
tree | d8b98e989248d5c29df5172f2a28b5b417ccede4 /setup.py | |
parent | Setup attempt (diff) |
Ignore .idea and .vscode folders.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/setup.py b/setup.py deleted file mode 100644 index 86ce4964..00000000 --- a/setup.py +++ /dev/null @@ -1,13 +0,0 @@ -from setuptools import find_packages, setup - -setup( - name='bot-core', - packages=find_packages(include=['botcore']), - version='0.1.0', - description='Bot-Core provides the core functionality and utilities for the bots of the Python Discord community', - author='Python Discord', - license='MIT', - install_requires=["discord.py=^1.7.2"], - tests_require=['pytest~=6.2.4'], - test_suite='tests', -) |