• Stefy Lanza (nextime / spora )'s avatar
    Add PyPI packaging support and build automation · 3cbe1fe0
    Stefy Lanza (nextime / spora ) authored
    - Add pyproject.toml for modern packaging configuration
    - Add MANIFEST.in for package distribution manifest
    - Add build.sh script for automated package building
    - Add clean.sh script for cleaning build artifacts
    - Add PYPI.md with comprehensive PyPI publishing guide
    - Update setup.py to install main.py to share directory
    - Update setup.py metadata (license, author email, repository URL)
    - Update .gitignore to include PyPI build artifacts (*.tar.gz, *.whl)
    - Update README.md with PyPI installation and build instructions
    - Update DOCUMENTATION.md with PyPI packaging section
    - Update AI.PROMPT with PyPI packaging changes
    - All scripts include proper GPL license headers
    
    The package is now ready for PyPI publication with custom install logic intact.
    3cbe1fe0
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...