You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes/improvements to setup.py from @juanitorduz in #79 ended up breaking the pypi build when I released version 0.0.4. I quickly fixed this with #99 by rolling back changes to setup.py.
At the moment, it's not clear if the error was coming from how the version is dealt with (line below works fine and is good)
I'm not very experienced in the subject but I j it about a very cool project ;) Wolt is maintaining a pretty modern python package cookie cutter from which we can get some cool tricks https://github.com/woltapp/wolt-python-package-cookiecutter It is actively maintained! In particular note that if offers automation regarding publishing to pypi 🙃
Thanks. I don't know if this is a good idea, but the basic approach I'm trying to take is to learn by implementing everything manually, step by step. So it's slower and maybe more error prone, but hopefully I'll get a richer understanding in the end. At that point then automating with template repos or cookie cutter is probably the way forward. But yes, very wise to take inspiration from other repos!
Changes/improvements to
setup.py
from @juanitorduz in #79 ended up breaking the pypi build when I released version 0.0.4. I quickly fixed this with #99 by rolling back changes tosetup.py
.At the moment, it's not clear if the error was coming from how the version is dealt with (line below works fine and is good)
CausalPy/setup.py
Line 17 in 127f384
or changes to how requirements files were being read in and dealt with.
Thoughts:
setup.py
and just havepyproject.toml
?The text was updated successfully, but these errors were encountered: