Skip to content
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

suggest changing the distribution name to entropix-ai, entropix-py, etc. #51

Open
huntcsg opened this issue Oct 8, 2024 · 0 comments
Open

Comments

@huntcsg
Copy link

huntcsg commented Oct 8, 2024

There is a pre-existing entropix python distribution.

In order to be able to use pypi as a distribution channel for this codebase it will need to be uploaded as a different distribution name than entropix (or alternatively you could attempt to convince the existing entropix maintainer to give up the package name).

There is no need to change the import path and since the existing entropix appears to be deserted there is no concern that the import paths are the same.

The only change necessary would be

diff --git a/pyproject.toml b/pyproject.toml
index 264188d..aacafd5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [tool.poetry]
-name = "entropix"
+name = "entropix-ai"
 version = "0.1.0"
 description = ""
 authors = ['xjdr']

Before doing so, you or someone on your behalf, should squat the package name on pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant