Skip to content

Commit dfd9d5c

Browse files
committed
Forcing installation of setup dependencies
1 parent 6a23627 commit dfd9d5c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Installation and deployment
2-
setuptools==38.2.5
2+
setuptools==38.4.0
33
twine==1.9.1
44
bernardomg.tox-test-command==1.1.4
55
bernardomg.version-extractor==1.0.2

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
from os.path import join
55

66
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+
712
from tox_test_command import ToxTestCommand
813
from version_extractor import extract_version_init
914

15+
1016
"""
1117
PyPI configuration module.
1218

0 commit comments

Comments
 (0)