-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add pyproject.toml and drop setup.py #11
Conversation
I had for some reason unwatched this repository so I didn't get notified about your PRs. Happened to stumble upon them when I today wanted to debug why the authentication doesn't work anymore! |
Is it necessary to move the files to |
Seems like something like this should be added instead of moving to
|
Maybe it's fine like this, I'm not familiar with pyproject.toml to be honest. Please rebase so we can get this in. |
Actually moving the directory seems not to be needed. When I originally did this I got some odd error but now when I tried this again it worked fine. |
Is the README instructions on how to include this library still working? Or will it need adapting now?
|
This is one step towards adding pycaruna to PyPI.
An update is needed, I modified |
Thanks! |
I think that pycaruna would now be ready for publishing on PyPI. Some documentation on doing this is available at https://packaging.python.org/en/latest/tutorials/packaging-projects. |
Yeah, I'll have a look |
https://pypi.org/project/pycaruna/ should be published now. Haven't tried using the released build yet, let's hope it works! |
Thanks! |
Great! |
This is one step towards adding pycaruna to PyPI.