mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
Update setup.py
This commit is contained in:
parent
bf8eba17af
commit
a148e3274e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -11,8 +11,8 @@ README = (HERE / "README.md").read_text(encoding="utf8")
|
|||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="boticordpy",
|
||||
packages = ['boticordpy'],
|
||||
version="1.3.5",
|
||||
packages = ['boticordpy', 'boticordpy.modules'],
|
||||
version="1.3.5.1",
|
||||
description="Simple Python Module for boticord api",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Reference in a new issue