mozilla / sphinx-js

Autodoc-style extraction into Sphinx for your JS project
https://pypi.python.org/pypi/sphinx-js/
MIT License
282 stars 81 forks source link

Remove Mozilla-centric things (#233) #234

Closed willkg closed 1 year ago

willkg commented 1 year ago

@lonnen I think this covers everything we should do before transferring. Can you think of anything else?

lonnen commented 1 year ago

oops, this was already merged. I'm on it

hoodmane commented 1 year ago

I'm planning to add the code of conduct from Pyodide so it's probably not important. But also do we need to put the code of conduct into the wheel?

willkg commented 1 year ago

The MANIFEST.in affects building the source tarball. The source tarball should include the source code and important documents from the repository under which the source code was built. I've always included the code of conduct in that.

Generally, I run check-manifest and fix anything it suggests fixing.