Skip to content

Commit

Permalink
one more try before yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 21, 2021
1 parent a121e1a commit c0dc4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# All configuration values have a default; values that are commented out
# serve to show the default.
from importlib import metadata
from acstools import __version__

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -52,7 +52,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = metadata.version('acstools')
release = __version__
# The short X.Y version.
version = '.'.join(release.split('.')[:2])

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ test =
ci-watson
docs =
sphinx-automodapi
sphinx-rtd-theme

[options.package_data]
acstools = data/*
Expand Down

0 comments on commit c0dc4d1

Please sign in to comment.