We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a23627 commit dfd9d5cCopy full SHA for dfd9d5c
2 files changed
requirements.txt
@@ -1,5 +1,5 @@
1
# Installation and deployment
2
-setuptools==38.2.5
+setuptools==38.4.0
3
twine==1.9.1
4
bernardomg.tox-test-command==1.1.4
5
bernardomg.version-extractor==1.0.2
setup.py
@@ -4,9 +4,15 @@
from os.path import join
6
from setuptools import find_packages, setup
7
+from setuptools.command.easy_install import main as install
8
+
9
+install(['bernardomg.tox-test-command'])
10
+install(['bernardomg.version-extractor'])
11
12
from tox_test_command import ToxTestCommand
13
from version_extractor import extract_version_init
14
15
16
"""
17
PyPI configuration module.
18
0 commit comments