setup.py 102 B

12345678
  1. #!/usr/bin/env python
  2. # coding: utf-8
  3. """The setup script."""
  4. from setuptools import setup
  5. setup()