Skip to content

Commit

Permalink
fix URL in setup.py + add long descrition (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 16, 2022
1 parent 2aaba14 commit 25e9042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In [6]: fig.savefig("c13pg.png")
```

The resulting figure is:
![c13(p,g)n14](examples/c13pg.png)
![](https://raw.githubusercontent.com/pynucastro/pynucastro/main/examples/c13pg.png)

An extensive demonstration of the capabilities of pynucastro is shown in this notebook:

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, find_packages

setup(name='pynucastro',
description='Python Interfaces to nuclear reaction rate databases',
url='https://github.com/pynucastro/nucastro',
description='A python library for nuclear astrophysics',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
url='https://github.com/pynucastro/pynucastro',
author='pynucastro development group',
author_email='michael.zingale@stonybrook.edu',
license='BSD',
Expand Down

0 comments on commit 25e9042

Please sign in to comment.