Update setup.py

This commit is contained in:
grey-cat-1908 2021-08-29 08:07:52 +03:00 committed by GitHub
parent bf8eba17af
commit a148e3274e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",