Done with: virtualenv .venv --python=python3.10 source .venv/bin/activate pip install 'setuptools<82' pip install --no-build-isolation xstatic-angular-schema-form mkdir xstatic cp .venv/lib/python3.10/site-packages/xstatic/pkg xstatic The remaining files are copy-pasted from xstatic-angular-fileupload due to its similarities, with changes for package names (we could have reconstructed this from the 'dist-info' dir but that's more effort than it's worth). Finally, we make the necessary pkg_resources changes and bump the version so we can actually merge this thing. Signed-off-by: Stephen Finucane <stephen@that.guru>
11 lines
471 B
Plaintext
11 lines
471 B
Plaintext
XStatic-Angular-Schema-Form
|
|
---------------------------
|
|
|
|
Angular JavaScript library packaged for setuptools (easy_install) / pip.
|
|
|
|
This package is intended to be used by any project that needs these files.
|
|
|
|
It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like.
|
|
|
|
You can find more info about the xstatic packaging way in the package XStatic.
|