setup.cfg 163 B

12345678910
  1. [build]
  2. build-base = ./build/python
  3. executable=/usr/bin/env python
  4. [bdist_wheel]
  5. universal=1
  6. dist-dir = ./build/python/dist
  7. [egg_info]
  8. egg_base = ./build/python