Skip to content

Commit

Permalink
Update readme; lowercase package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tillbiskup committed Jun 14, 2019
1 parent 6bb7e2f commit b2e6e05
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,30 @@ LabInform is a framework and toolchain for **reproducible research**, focussing
Together with `ASpecD <https://www.aspecd.de/>`_ (*Analysis of Spectral Data*), a framework for handling spectroscopic data focussing on reproducibility, it forms the basis of fully reproducible research without additional costs.

For more general information on LabInform see its `homepage <https://www.labinform.de/>`_.


Installation
------------

Install the package by running::

pip install labinform


Contribute
----------

- Source Code: https://github.com/tillbiskup/labinform


Support
-------

If you are having issues, please contact the package authors via GitHub and/or file a bug report there.


License
-------

The project licensed under the BSD license.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0.dev10
0.1.0.dev11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme = f.read()

setuptools.setup(
name='LabInform',
name='labinform',
version=version,
description='Framework for reproducible research.',
long_description=readme,
Expand Down

0 comments on commit b2e6e05

Please sign in to comment.