Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
I definitely know what my package is called
  • Loading branch information
takluyver committed Mar 7, 2017
1 parent 7e432bb commit 106d50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
for d in sys.path:
print(' ', d)

import pynsist
import nsist

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = pynsist.__version__
version = nsist.__version__
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 106d50a

Please sign in to comment.