Skip to content

Commit 4e0674a

Browse files
committed
Removed support for Python 2
1 parent 5e86de5 commit 4e0674a

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[wheel]
2-
# This flag says that the code is written to work on both Python 2 and Python
3-
# 3. If at all possible, it is good practice to do this. If you cannot, you
4-
# will need to generate wheels for each Python version that you support.
5-
universal = 1
6-
71
[flake8]
82
max-line-length = 80
93
exclude = tests/*

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from setuptools import find_packages, setup
77
from setuptools.command.easy_install import main as install
88

9-
install(['bernardomg.tox-test-command'])
10-
install(['bernardomg.version-extractor'])
9+
install(['bernardomg.tox-test-command','bernardomg.version-extractor'])
1110

1211
from tox_test_command import ToxTestCommand
1312
from version_extractor import extract_version_init

0 commit comments

Comments
 (0)