Skip to content

Commit

Permalink
Convert from module to package
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Aug 20, 2018
1 parent 95c1b81 commit f5c05a5
Show file tree
Hide file tree
Showing 15 changed files with 2,191 additions and 2,060 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = get_version('../enlighten.py')
version = get_version('../enlighten/__init__.py')
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
1 change: 0 additions & 1 deletion doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ Customization
Enlighten is highly configurable. For information on modifying the output, see the
:ref:`Series <series>` and :ref:`Format <counter_format>`
sections of the :py:class:`~enlighten.Counter` documentation.

0 comments on commit f5c05a5

Please sign in to comment.