there were some issues, which made the pip egg not contain any real files, therefore I added the init.py into the package folder as well as a MANIFEST.in, listing all static files too. Previously, making a package only resulted in a .dist-info folder but no real "draftail_katex" folder.
I did not increase the version number in setup.py despite the fact that pipy lists 0.1.3, whereas setup.py states 0.1.2?!
the necessary fonts were also missing from the static/css/fonts folder, so I copied the ones from the katex-fonts package.
lastly, the README.md had an incorrect pip command in it, which is now fixed.
With this version, "python3 setup.py sdist bdist_wheel" should create a complete package again, which can be uploaded instead of the currently available broken one.
@ritterasdf - Thank you for your help. My apologies that it took so long to get approved. I will review/approve the second PR momentarily. Okay, thanks again dude for your help. Take care and have a good day.
there were some issues, which made the pip egg not contain any real files, therefore I added the init.py into the package folder as well as a MANIFEST.in, listing all static files too. Previously, making a package only resulted in a .dist-info folder but no real "draftail_katex" folder. I did not increase the version number in setup.py despite the fact that pipy lists 0.1.3, whereas setup.py states 0.1.2?!
the necessary fonts were also missing from the static/css/fonts folder, so I copied the ones from the katex-fonts package.
lastly, the README.md had an incorrect pip command in it, which is now fixed.
With this version, "python3 setup.py sdist bdist_wheel" should create a complete package again, which can be uploaded instead of the currently available broken one.