Skip to content

Commit d572894

Browse files
authored
Version bump to v3.0-beta.2
1 parent 8f8853d commit d572894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
setuptools.setup(
3131
name="pyblox3", # Replace with your own username
32-
version="3.0-beta.1",
32+
version="3.0-beta.2",
3333
author="Sanjay-B (Sanjay Bhadra)",
3434
author_email="[email protected]",
3535
description="An API wrapper for Roblox written in Python.",
3636
long_description=long_description,
3737
long_description_content_type="text/markdown",
3838
url="https://github.com/RbxAPI/Pyblox/tree/master",
39-
packages=setuptools.find_packages(),
39+
packages=['pyblox3','pyblox3.src','pyblox3.src.util'],
4040
classifiers=[
4141
"Programming Language :: Python :: 3",
4242
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)