setup.py 92 B

123456
  1. #!/usr/bin/env python
  2. from setuptools import setup
  3. if __name__ == "__main__":
  4. setup()