- Add pyproject.toml with core and dev dependencies - Configure Ruff for linting and formatting - Configure MyPy for strict type checking - Configure pytest with asyncio support - Create src/polymarket_insider_tracker package structure - Add py.typed marker for PEP 561 compliance - Add pre-commit hooks configuration - Add comprehensive .gitignore - Create test directory structure with basic tests Closes #25 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
97 B
Python
4 lines
97 B
Python
"""Polymarket Insider Tracker - Detect insider activity on Polymarket."""
|
|
|
|
__version__ = "0.1.0"
|