We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your setup.py you define a package named install which can be quite problematic to install at system level.
setup.py
install
Please consider to rename that package into e.g. doris_install to avoid possible name conflicts with other packages.
doris_install
Alternatively you could consider to move the three python packages:
under a common root package e.g. doris or pydoris
doris
pydoris
Having a single root package would make much easier to package Doris to be included in common Linux distributions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In your
setup.py
you define a package namedinstall
which can be quite problematic to install at system level.Please consider to rename that package into e.g.
doris_install
to avoid possible name conflicts with other packages.Alternatively you could consider to move the three python packages:
under a common root package e.g.
doris
orpydoris
Having a single root package would make much easier to package Doris to be included in common Linux distributions.
The text was updated successfully, but these errors were encountered: