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

Python package layout #6

Open
avalentino opened this issue Aug 7, 2017 · 0 comments
Open

Python package layout #6

avalentino opened this issue Aug 7, 2017 · 0 comments

Comments

@avalentino
Copy link

In your setup.py you define a package named install 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:

  • install
  • prepare_stack
  • doris_stack

under a common root package e.g. doris or pydoris

Having a single root package would make much easier to package Doris to be included in common Linux distributions.

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