edgedb/MANIFEST.in
Michael J. Sullivan 4aa7212249
Include auth_ext static assets in the package build (#6377)
Also add a test that fetches one of the assets. I did a
release dry-run to verify that it works.
2023-10-27 16:42:44 -07:00

7 lines
284 B
Text

recursive-include edb *.edgeql *.esdl *.py *.txt
recursive-include tests *.edgeql *.esdl *.py
include LICENSE README.md logo.svg
recursive-include edb/edgeql-parser *
recursive-include edb/edgeql-parser/edgeql-parser-python *
recursive-include edb/server/protocol/auth_ext/_static *