-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from openlawlibrary/sbojanic/move-yubikey-uti…
…ls-v2 Sbojanic/move yubikey utils v2
- Loading branch information
Showing
7 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
from setuptools import find_packages, setup | ||
from importlib.util import find_spec | ||
import sys | ||
|
||
PACKAGE_NAME = "taf" | ||
VERSION = "0.30.2" | ||
VERSION = "0.30.3" | ||
AUTHOR = "Open Law Library" | ||
AUTHOR_EMAIL = "[email protected]" | ||
DESCRIPTION = "Implementation of archival authentication" | ||
|
@@ -112,14 +111,4 @@ def finalize_options(self): | |
], | ||
} | ||
|
||
|
||
try: | ||
tests_exist = find_spec("taf.tests") | ||
except ModuleNotFoundError: | ||
tests_exist = False # type: ignore | ||
if tests_exist: | ||
kwargs["entry_points"]["pytest11"] = ( | ||
["taf_yubikey_utils = taf.tests.yubikey_utils"], | ||
) | ||
|
||
setup(**kwargs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters