Spaces:
Runtime error
Runtime error
π§Ή Minor changes
Browse files
setup.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from setuptools import setup, find_packages
|
2 |
|
3 |
-
VERSION = "0.0.
|
4 |
|
5 |
setup(
|
6 |
name="megabots",
|
@@ -16,7 +16,7 @@ setup(
|
|
16 |
],
|
17 |
author="Megaklis Vasilakis",
|
18 |
author_email="megaklis.vasilakis@gmail.com",
|
19 |
-
description="
|
20 |
long_description=open("README.md").read(),
|
21 |
long_description_content_type="text/markdown",
|
22 |
url="https://github.com/momegas/megabots",
|
|
|
1 |
from setuptools import setup, find_packages
|
2 |
|
3 |
+
VERSION = "0.0.7"
|
4 |
|
5 |
setup(
|
6 |
name="megabots",
|
|
|
16 |
],
|
17 |
author="Megaklis Vasilakis",
|
18 |
author_email="megaklis.vasilakis@gmail.com",
|
19 |
+
description="π€ Megabots provides State-of-the-art, production ready bots made mega-easy, so you don't have to build them from scratch π€― Create a bot, now π«΅",
|
20 |
long_description=open("README.md").read(),
|
21 |
long_description_content_type="text/markdown",
|
22 |
url="https://github.com/momegas/megabots",
|
{megabots/tests β tests}/__init__.py
RENAMED
File without changes
|
{megabots/tests β tests}/test_api.py
RENAMED
File without changes
|
{megabots/tests β tests}/test_bots.py
RENAMED
File without changes
|
{megabots/tests β tests}/test_ui.py
RENAMED
File without changes
|