Skip to content

Commit

Permalink
Merge pull request #16 from Bernardo-MG/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Bernardo-MG committed Jan 10, 2018
2 parents 52c9476 + cb8f836 commit e865553
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Installing
The project is offered as a `Pypi package`_, and using pip is the preferred way
to install it. For this use the following command;

``$ pip install dice-notation``
``$ pip3 install dice-notation``

If needed, manual installation is possible:

Expand Down
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal = 1

[flake8]
max-line-length = 80
exclude = tests/*
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
from os.path import join

from setuptools import find_packages, setup
from setuptools.command.easy_install import main as install

install(['bernardomg.tox-test-command'])
install(['bernardomg.version-extractor'])

from tox_test_command import ToxTestCommand
from version_extractor import extract_version_init
Expand Down

0 comments on commit e865553

Please sign in to comment.