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 the folders structure separating the Tools and the Runtime+Stdlib. Allows to test and publish both parts separately. The Tools are tested via pytest, not the Makefile.
The Tools are to be published as grumpy-tools package and Runtime as grumpy-runtime package.
TODO:
Publish-able on Python Package Index (PyPI)
Update the README
Better way to bump the version then editing files. (Maybe via bumpversion?)
Fix a find: 'compiler': No such file or directory Makefile warning
The text was updated successfully, but these errors were encountered:
google#404 opened on May 19 by @alanjds 4 of 4
Changes the folders structure separating the Tools and the Runtime+Stdlib. Allows to test and publish both parts separately. The Tools are tested via
pytest
, not the Makefile.The Tools are to be published as
grumpy-tools
package and Runtime asgrumpy-runtime
package.TODO:
bumpversion
?)Fix afind: 'compiler': No such file or directory
Makefile warningThe text was updated successfully, but these errors were encountered: