Skip to content

Commit

Permalink
fix try: added numpy to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Feb 9, 2017
1 parent b6f824a commit ffc35a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ CONCISE
.. image:: https://img.shields.io/pypi/v/concise.svg
:target: https://pypi.python.org/pypi/concise

.. image:: https://img.shields.io/travis/Avsecz/concise.svg
.. image:: https://img.shields.io/pypi/pyversions/Concise.svg
:target: https://pypi.python.org/pypi/concise

.. image:: https://api.travis-ci.org/Avsecz/concise.svg
:target: https://travis-ci.org/Avsecz/concise

.. image:: https://readthedocs.org/projects/concise-bio/badge/?version=latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
package_dir={'concise':
'concise'},
include_package_data=True,
setup_requires=['numpy'],
install_requires=requirements,
license="MIT license",
zip_safe=False,
Expand Down

0 comments on commit ffc35a2

Please sign in to comment.