Skip to content

Commit

Permalink
Preparations for pushing to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwolf committed Aug 29, 2024
1 parent 1a3f67a commit 565053d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
py_mesa_reader
==============
mesa_reader
===========

Tools for easily accessing and manipulating data from MESA in python.
Tools for easily accessing and manipulating data from `MESA star` and `MESA binary` in python.

## Installation
Install by cloning or downloading the repository, `cd` into it and then execute
The easiest way to install is via `pip`:

pip install mesa_reader

You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, `cd` into it and then execute

python setup.py install

or

pip install .

to install package on your system.
to install the package on your system.

## Uninstallation
Uninstall by executing
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from setuptools import setup

setup(name='mesa_reader',
version='0.3.3',
description='tools for interacting with output from MESA star',
version='0.3.4',
description='Tools for interacting with output from MESA star and MESA binary',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='http://github.com/wmwolf/py_mesa_reader',
author='William M. Wolf',
author_email='[email protected]',
Expand Down

0 comments on commit 565053d

Please sign in to comment.