setup.cfg 144 B

1234567
  1. [bdist_wheel]
  2. # We support both Python 2 and Python 3
  3. universal = 1
  4. [metadata]
  5. # Include the license file in wheels
  6. license_file = LICENSE.txt