- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
11 lines (8 loc) · 369 Bytes
/
Copy pathsetup.py
File metadata and controls
11 lines (8 loc) · 369 Bytes
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3
"""Setuptools shim for OpenMem. All metadata lives in pyproject.toml.
Historical note: this file previously contained an unrelated OpenClaw
integration module (no setup() call), which broke legacy builds that execute
setup.py directly. That content now lives in skills/openclaw/legacy_setup_module.py.
"""
fromsetuptoolsimportsetup
setup()