Skip to content

Commit

Permalink
small fixes to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Dec 18, 2017
1 parent cea0660 commit d91dace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To obtain on ubuntu you can run::

now from pip::

$ pip install astro-tigger
$ pip install astro-tigger-lsm

or from source::

Expand All @@ -39,8 +39,8 @@ or from source::
$ python setup.py install


Running Tigger
==============
Using Tigger-LSM
================

In python:

Expand All @@ -64,4 +64,4 @@ Travis
======

.. image:: https://travis-ci.org/ska-sa/tigger-lsm.svg?branch=master
:target: https://travis-ci.org/ska-sa/tigger
:target: https://travis-ci.org/ska-sa/tigger-lsm
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


setup(
name ="astro-tigger",
name ="astro-tigger-lsm",
version=__version__,
packages=find_packages(),
extras_require=extras_require,
Expand Down

0 comments on commit d91dace

Please sign in to comment.