Skip to content

Commit

Permalink
Disable universal Python wheel and ignore flake8 E501
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed May 25, 2018
1 parent 146f1cd commit 6cb5450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
@@ -1,5 +1,5 @@
[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
python-tag = py3

[flake8]
ignore = E501

0 comments on commit 6cb5450

Please sign in to comment.