Skip to content

Commit a196b9e

Browse files
committed
Cleanup
1 parent 2d52705 commit a196b9e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.cfg

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
[metadata]
2-
# This includes the license file(s) in the wheel.
3-
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
4-
license_files = LICENSE
5-
6-
[bdist_wheel]
7-
# This flag says to generate wheels that support both Python 2 and Python
8-
# 3. If your code will not run unchanged on both Python 2 and 3, you will
9-
# need to generate separate wheels for each Python version that you
10-
# support. Removing this line (or setting universal to 0) will prevent
11-
# bdist_wheel from trying to make a universal wheel. For more see:
12-
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
13-
universal = 1
14-
151
[flake8]
162
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#flake8
173
# E203 Whitespace before ':'

0 commit comments

Comments
 (0)