summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2023-01-08 23:39:45 +0100
committerSimeon Simeonov2023-01-08 23:39:45 +0100
commite9f45a50dd3f92a4082bec6dc33c4aa0f919138a (patch)
treedcfc89aa5aacaaf97072da9d0d0517c3b367176b
parentb8fa40b48feb8709d27b1c50f1ea6be2ce081692 (diff)
Include the tests in the sdist packagev1.2.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--pyproject.toml7
-rw-r--r--sphinx_conf.py4
-rw-r--r--src/otp2289/__init__.py2
-rw-r--r--test/test_generator.py (renamed from tests/test_generator.py)0
-rw-r--r--test/test_main.py (renamed from tests/test_main.py)0
-rw-r--r--test/test_server.py (renamed from tests/test_server.py)0
-rw-r--r--test/test_static.py (renamed from tests/test_static.py)0
8 files changed, 17 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cffe69..90b2fd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
1# Changelog 1# Changelog
2 2
3## [1.2.1](https://github.com/blackm0re/pyotp2289/tree/1.2.1) (2023-01-08)
4
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.0...1.2.1)
6
7**Changes:**
8
9- Include the unit tests in the sdist package
10
11
3## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05) 12## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05)
4 13
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0) 14[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0)
diff --git a/pyproject.toml b/pyproject.toml
index 21a01e2..272c00f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,10 @@ build-backend = "setuptools.build_meta"
8 8
9 9
10[tool.pytest.ini_options] 10[tool.pytest.ini_options]
11minversion = "6.0" 11minversion = "7.0"
12testpaths = [ 12testpaths = [
13 "tests" 13 "test"
14]
15pythonpath = [
16 "src"
14] 17]
diff --git a/sphinx_conf.py b/sphinx_conf.py
index 7d02133..3bef39e 100644
--- a/sphinx_conf.py
+++ b/sphinx_conf.py
@@ -10,8 +10,8 @@ project = 'pyotp2289'
10copyright = '2020-2023, Simeon Simeonov' 10copyright = '2020-2023, Simeon Simeonov'
11author = 'Simeon Simeonov' 11author = 'Simeon Simeonov'
12 12
13version = '1.2.0' 13version = '1.2.1'
14release = '1.2.0' 14release = '1.2.1'
15 15
16# -- General configuration --------------------------------------------------- 16# -- General configuration ---------------------------------------------------
17# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration 17# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/src/otp2289/__init__.py b/src/otp2289/__init__.py
index 4b600a0..5e51498 100644
--- a/src/otp2289/__init__.py
+++ b/src/otp2289/__init__.py
@@ -40,7 +40,7 @@ from .server import (
40) 40)
41 41
42__author__ = 'Simeon Simeonov' 42__author__ = 'Simeon Simeonov'
43__version__ = '1.2.0' 43__version__ = '1.2.1'
44__license__ = 'BSD 2-Clause' 44__license__ = 'BSD 2-Clause'
45 45
46 46
diff --git a/tests/test_generator.py b/test/test_generator.py
index b4bb961..b4bb961 100644
--- a/tests/test_generator.py
+++ b/test/test_generator.py
diff --git a/tests/test_main.py b/test/test_main.py
index 35bd2a2..35bd2a2 100644
--- a/tests/test_main.py
+++ b/test/test_main.py
diff --git a/tests/test_server.py b/test/test_server.py
index 64e7f67..64e7f67 100644
--- a/tests/test_server.py
+++ b/test/test_server.py
diff --git a/tests/test_static.py b/test/test_static.py
index 7635e5e..7635e5e 100644
--- a/tests/test_static.py
+++ b/test/test_static.py