5ee444f032
initial package can also maintain if you wish OBS-URL: https://build.opensuse.org/request/show/687459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=1
15 lines
464 B
Diff
15 lines
464 B
Diff
--- sphinx-autodoc-typehints-1.6.0/setup.py 2018-01-01 02:48:40.000000000 +0100
|
|
+++ sphinx-autodoc-typehints-1.6.0/setup.py 2019-03-20 22:30:36.262439430 +0100
|
|
@@ -5,5 +5,6 @@
|
|
setup_requires=[
|
|
'setuptools_scm >= 1.7.0',
|
|
'setuptools >= 36.2.7'
|
|
- ]
|
|
+ ],
|
|
+ test_suite='tests',
|
|
)
|
|
--- /dev/null 2019-03-17 09:10:37.176419428 +0100
|
|
+++ sphinx-autodoc-typehints-1.6.0/tests/__init__.py 2019-03-20 22:36:39.207014883 +0100
|
|
@@ -0,0 +1 @@
|
|
+
|