#!/usr/bin/env python3 from setuptools import setup # For getting a git snapshot: ./setup.py egg_info -b "+git`date '+%Y%m%d'`" build sdist setup()