Skip to content

Commit

Permalink
Make package name lower case
Browse files Browse the repository at this point in the history
So that its not `pip install MyST-NB`
  • Loading branch information
chrisjsewell authored Mar 12, 2020
1 parent f208527 commit ea3945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version = line.split("= ")[-1].strip('"')

setup(
name="MyST-NB",
name="myst-nb",
version=version,
description=(
"A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser."
Expand Down

0 comments on commit ea3945a

Please sign in to comment.