setup.cfg 132 B

123456789
  1. [build]
  2. build-base = ./build/python
  3. [bdist_wheel]
  4. universal=1
  5. dist-dir = ./build/python/dist
  6. [egg_info]
  7. egg_base = ./build/python