Skip to content

Commit e865553

Browse files
authored
Merge pull request #16 from Bernardo-MG/develop
Develop
2 parents 52c9476 + cb8f836 commit e865553

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Installing
6666
The project is offered as a `Pypi package`_, and using pip is the preferred way
6767
to install it. For this use the following command;
6868

69-
``$ pip install dice-notation``
69+
``$ pip3 install dice-notation``
7070

7171
If needed, manual installation is possible:
7272

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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
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'])
117

128
from tox_test_command import ToxTestCommand
139
from version_extractor import extract_version_init

0 commit comments

Comments
 (0)