chore(git): untrack python build artifacts
- Remove generated package outputs from nexus-mcp/dist/*.whl and *.tar.gz - Remove generated metadata from nexus-mcp/src/nexus_mcp.egg-info/* - Keep repository source-only and rely on local/CI builds for artifacts
This commit is contained in:
parent
dcd562c269
commit
f5a02ae790
BIN
nexus-mcp/dist/nexus_mcp-0.1.0-py3-none-any.whl
vendored
BIN
nexus-mcp/dist/nexus_mcp-0.1.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
nexus-mcp/dist/nexus_mcp-0.1.0.tar.gz
vendored
BIN
nexus-mcp/dist/nexus_mcp-0.1.0.tar.gz
vendored
Binary file not shown.
@ -1,22 +0,0 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: nexus-mcp
|
||||
Version: 0.1.0
|
||||
Summary: Nexus MCP — sharded enterprise integration server
|
||||
Requires-Python: >=3.11
|
||||
Requires-Dist: mcp>=1.2.0
|
||||
Requires-Dist: httpx>=0.27.0
|
||||
Requires-Dist: python-dotenv>=1.0.0
|
||||
Requires-Dist: pydantic>=2.0.0
|
||||
Requires-Dist: pydantic-settings>=2.0.0
|
||||
Requires-Dist: ldap3>=2.9.1
|
||||
Requires-Dist: msal>=1.28.0
|
||||
Requires-Dist: schedule>=1.2.0
|
||||
Requires-Dist: jinja2>=3.1.0
|
||||
Requires-Dist: tabulate>=0.9.0
|
||||
Requires-Dist: python-dateutil>=2.9.0
|
||||
Requires-Dist: aiofiles>=24.1.0
|
||||
Requires-Dist: tenacity>=8.2.0
|
||||
Provides-Extra: test
|
||||
Requires-Dist: pytest>=8.0.0; extra == "test"
|
||||
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
|
||||
Requires-Dist: pytest-asyncio>=0.24.0; extra == "test"
|
||||
@ -1,17 +0,0 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
src/nexus_mcp.egg-info/PKG-INFO
|
||||
src/nexus_mcp.egg-info/SOURCES.txt
|
||||
src/nexus_mcp.egg-info/dependency_links.txt
|
||||
src/nexus_mcp.egg-info/entry_points.txt
|
||||
src/nexus_mcp.egg-info/requires.txt
|
||||
src/nexus_mcp.egg-info/top_level.txt
|
||||
src/shards/__init__.py
|
||||
src/shards/assets.py
|
||||
src/shards/audit.py
|
||||
src/shards/audit_minimal.py
|
||||
src/shards/identity.py
|
||||
src/shards/itsm.py
|
||||
src/shards/logistics.py
|
||||
src/shards/workday.py
|
||||
tests/test_resilience.py
|
||||
@ -1 +0,0 @@
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
[console_scripts]
|
||||
nexus-mcp = main:main
|
||||
@ -1,18 +0,0 @@
|
||||
mcp>=1.2.0
|
||||
httpx>=0.27.0
|
||||
python-dotenv>=1.0.0
|
||||
pydantic>=2.0.0
|
||||
pydantic-settings>=2.0.0
|
||||
ldap3>=2.9.1
|
||||
msal>=1.28.0
|
||||
schedule>=1.2.0
|
||||
jinja2>=3.1.0
|
||||
tabulate>=0.9.0
|
||||
python-dateutil>=2.9.0
|
||||
aiofiles>=24.1.0
|
||||
tenacity>=8.2.0
|
||||
|
||||
[test]
|
||||
pytest>=8.0.0
|
||||
pytest-cov>=5.0.0
|
||||
pytest-asyncio>=0.24.0
|
||||
@ -1 +0,0 @@
|
||||
shards
|
||||
Loading…
x
Reference in New Issue
Block a user