File: setup.cfg

package info (click to toggle)
python-parasail 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,316 kB
  • sloc: python: 21,354; sh: 10; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and
# Python
# 3. If at all possible, it is good practice to do this. If you cannot,
# you
# will need to generate wheels for each Python version that you support.
universal=1