-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package up BTCLI #27
Package up BTCLI #27
Conversation
# Conflicts: # bittensor_cli/cli.py # bittensor_cli/src/commands/stake.py # bittensor_cli/src/commands/subnets.py # bittensor_cli/src/utils.py # tests/e2e_tests/conftest.py
# Conflicts: # bittensor_cli/src/commands/subnets.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits
package_data={'': ['templates/*'], }, | ||
author_email="", | ||
license="MIT", | ||
python_requires=">=3.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change this to 3.10 for now?
description="Bittensor CLI", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/opentensor/bittensor", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we have the repo private for now, but maybe we can still link it
I can make the setup tweaks |
Package up BTCLI