Skip to content

Commit

Permalink
fix typo in README, clean up MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 18, 2023
1 parent 47dd511 commit 848a5e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 2 additions & 8 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
include CHANGELOG.rst
include CITATION.cff
include LICENSE.txt
include README.rst
include miepython/examples/*.py
include miepython/data/*.txt

exclude docs/*
exclude tests/*
exclude .gitignore
exclude .readthedocs.yaml
exclude .testignore
exclude Makefile
exclude release.txt
exclude requirements.txt
exclude requirements-dev.txt

3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ by Scott Prahl

.. image:: https://zenodo.org/badge/99259684.svg
:target: https://zenodo.org/badge/latestdoi/99259684

__________

``miepython`` is a pure Python module to calculate light scattering for
Expand Down Expand Up @@ -51,7 +52,7 @@ Using miepython

1. You can install locally using pip::
pip install --user miepython
pip install miepython

2. or `run this code in the cloud using Google Collaboratory <https://colab.research.google.com/github/scottprahl/miepython/blob/master>`_ by selecting the Jupyter notebook that interests you.

Expand Down

0 comments on commit 848a5e8

Please sign in to comment.