We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fa6ac commit 3171f44Copy full SHA for 3171f44
setup.py
@@ -29,14 +29,14 @@
29
30
setuptools.setup(
31
name="pyblox3", # Replace with your own username
32
- version="2.4.2",
+ version="2.4.3",
33
author="Sanjay-B (Sanjay Bhadra)",
34
author_email="[email protected]",
35
description="An API wrapper for Roblox written in Python.",
36
long_description=long_description,
37
long_description_content_type="text/markdown",
38
url="https://github.com/RbxAPI/Pyblox/tree/master",
39
- packages=setuptools.find_packages(),
+ packages=['pyblox3','pyblox3.api'],
40
classifiers=[
41
"Programming Language :: Python :: 3",
42
"License :: OSI Approved :: MIT License",
0 commit comments