|
@@ -15,9 +15,9 @@ setup(
|
|
name="chillax",
|
|
name="chillax",
|
|
version=main_ns["__version__"],
|
|
version=main_ns["__version__"],
|
|
packages=find_packages(),
|
|
packages=find_packages(),
|
|
- python_requires=">=3.8",
|
|
|
|
|
|
+ python_requires=">=3.7",
|
|
install_requires=[
|
|
install_requires=[
|
|
- "chia>=2.0rc2",
|
|
|
|
|
|
+ "chia==2.0rc4",
|
|
],
|
|
],
|
|
# metadata to display on PyPI
|
|
# metadata to display on PyPI
|
|
author="Clemens-Alexander Brust",
|
|
author="Clemens-Alexander Brust",
|
|
@@ -26,6 +26,7 @@ setup(
|
|
long_description=long_description,
|
|
long_description=long_description,
|
|
long_description_content_type="text/markdown",
|
|
long_description_content_type="text/markdown",
|
|
classifiers=[
|
|
classifiers=[
|
|
|
|
+ "Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.8",
|
|
],
|
|
],
|
|
url="https://github.com/cvjena/chia",
|
|
url="https://github.com/cvjena/chia",
|