We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e86de5 commit 4e0674aCopy full SHA for 4e0674a
2 files changed
setup.cfg
@@ -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
-
7
[flake8]
8
max-line-length = 80
9
exclude = tests/*
setup.py
@@ -6,8 +6,7 @@
from setuptools import find_packages, setup
from setuptools.command.easy_install import main as install
-install(['bernardomg.tox-test-command'])
10
-install(['bernardomg.version-extractor'])
+install(['bernardomg.tox-test-command','bernardomg.version-extractor'])
11
12
from tox_test_command import ToxTestCommand
13
from version_extractor import extract_version_init
0 commit comments