From 4ea3c077bd4111960af1b93195cb25bfb1d6edce Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 31 Mar 2022 07:21:33 +0200 Subject: Restructure the project in order to replace distutils with setuptools --- sphinx_conf.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sphinx_conf.py') diff --git a/sphinx_conf.py b/sphinx_conf.py index c7247ee..561db43 100644 --- a/sphinx_conf.py +++ b/sphinx_conf.py @@ -12,20 +12,23 @@ # # import os # import sys -# sys.path.insert(0, '/home/sgs/development/gitprogs/python/pyotp2289/otp2289') +# sys.path.insert( +# 0, +# '/home/sgs/development/gitprogs/python/pyotp2289/src/otp2289', +# ) # -- Project information ----------------------------------------------------- project = 'pyotp2289' -copyright = '2020, Simeon Simeonov' +copyright = '2020-2022, Simeon Simeonov' author = 'Simeon Simeonov' # The short X.Y version -version = '1.0.0' +version = '1.1.0' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.1.0' # -- General configuration --------------------------------------------------- @@ -81,4 +84,4 @@ html_static_path = ['_static'] todo_include_todos = True # Generated by running: sphinx-apidoc with: -# -P -F -o html -H pyotp2289 -A "Simeon Simeonov" -V "1.0.0" otp2289 +# -P -F -o html -H pyotp2289 -A "Simeon Simeonov" -V "1.1.0" otp2289 -- cgit v1.3