|
|
@@ -17,7 +17,7 @@ setup(
|
|
|
packages=find_packages(),
|
|
|
python_requires=">=3.7",
|
|
|
install_requires=[
|
|
|
- "chia==2.0rc7",
|
|
|
+ "chia==2.0rc9",
|
|
|
],
|
|
|
# metadata to display on PyPI
|
|
|
author="Clemens-Alexander Brust",
|
|
|
@@ -29,5 +29,5 @@ setup(
|
|
|
"Programming Language :: Python :: 3.7",
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
],
|
|
|
- url="https://github.com/cvjena/chia",
|
|
|
+ url="https://github.com/cvjena/chillax",
|
|
|
)
|