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

Split flask_dapr package from dapr package #53

Closed
2 tasks
youngbupark opened this issue May 26, 2020 · 1 comment · Fixed by #59, #64 or #79
Closed
2 tasks

Split flask_dapr package from dapr package #53

youngbupark opened this issue May 26, 2020 · 1 comment · Fixed by #59, #64 or #79
Assignees

Comments

@youngbupark
Copy link
Contributor

Describe the proposal

Split flask_dapr package from dapr package

  • create setup.py and setup.cfg for flask_dapr
  • configure ci to build flask_dapr package
@chinzhiweiblank
Copy link
Contributor

I can help with this since we can copy and modify setup.py, setup.cfg and build steps from the dapr package. Then I'll add in an find_packages(exclude=("flask-dapr",)) in dapr's setup.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment