LICENSE
MANIFEST.in
README.md
pyproject.toml
src/nuwa_build/__init__.py
src/nuwa_build/backend.py
src/nuwa_build/cleanup.py
src/nuwa_build/cli.py
src/nuwa_build/config.py
src/nuwa_build/discovery.py
src/nuwa_build/errors.py
src/nuwa_build/magic.py
src/nuwa_build/pep517_hooks.py
src/nuwa_build/scaffolding.py
src/nuwa_build/stubs.py
src/nuwa_build/templates.py
src/nuwa_build/utils.py
src/nuwa_build/watch.py
src/nuwa_build.egg-info/PKG-INFO
src/nuwa_build.egg-info/SOURCES.txt
src/nuwa_build.egg-info/dependency_links.txt
src/nuwa_build.egg-info/entry_points.txt
src/nuwa_build.egg-info/requires.txt
src/nuwa_build.egg-info/top_level.txt
tests/conftest.py
tests/fixtures/projects/multi_file/multi_file_test/__init__.py
tests/fixtures/projects/nuwa_sdk/nuwa_sdk_test/__init__.py
tests/fixtures/projects/simple/simple_test/__init__.py
tests/fixtures/projects/with_errors/with_errors/__init__.py
tests/integration/test_compilation.py
tests/integration/test_nuwa_sdk.py
tests/unit/test_cli.py
tests/unit/test_config.py
tests/unit/test_discovery.py
tests/unit/test_errors.py
tests/unit/test_magic.py
tests/unit/test_pep517_hooks.py
tests/unit/test_stubs.py
tests/unit/test_utils.py