Skip to content

Commit

Permalink
Use version and author from picows
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Aug 15, 2024
1 parent 87d1513 commit bf74d50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
import picows

# Configuration file for the Sphinx documentation builder.
#
Expand All @@ -12,8 +13,8 @@

project = 'picows'
copyright = '2024, Taras Kozlov'
author = 'Taras Kozlov'
release = '0.2.2'
author = picows.__author__
release = picows.__version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit bf74d50

Please sign in to comment.