From 848a5e8ce52d7c61362dc4aeacd0dfa80f759852 Mon Sep 17 00:00:00 2001 From: Scott Prahl Date: Thu, 18 May 2023 15:10:45 -0700 Subject: [PATCH] fix typo in README, clean up MANIFEST --- MANIFEST.in | 10 ++-------- README.rst | 3 ++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4f583ce..14539e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 + diff --git a/README.rst b/README.rst index 665c474..fa71e7f 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 `_ by selecting the Jupyter notebook that interests you.