Use __file__-based path resolution for envelope.xsd so the schema loads correctly when xml-pipeline is installed via pip. Also: - Add build artifacts to .gitignore - Bump version to 0.3.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
100 B
Python
5 lines
100 B
Python
"""
|
|
xml-pipeline: Tamper-proof nervous system for multi-agent organisms.
|
|
"""
|
|
|
|
__version__ = "0.3.1"
|