mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-24 02:33:44 +03:00
Setup for generating man pages from .adoc.
This commit is contained in:
parent
c15232a79e
commit
fffe098255
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,4 +7,5 @@ dist/
|
||||
ChangeLog
|
||||
MANIFEST
|
||||
yubioath/gui/qt_resources.py
|
||||
scripts/*.1
|
||||
.DS_Store
|
||||
|
@ -2,6 +2,7 @@ include COPYING
|
||||
include NEWS
|
||||
include ChangeLog
|
||||
include screenshot.png
|
||||
include scripts/*.adoc
|
||||
include scripts/*.1
|
||||
include resources/*
|
||||
include qt_resources/*
|
||||
|
5
setup.py
5
setup.py
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
from yubioath.yubicommon.setup import setup
|
||||
from yubioath.yubicommon.setup.qt import qt_resources, qt_sdist
|
||||
from yubioath.yubicommon.setup.qt import qt_resources
|
||||
from yubioath.yubicommon.setup.exe import executable
|
||||
|
||||
setup(
|
||||
@ -47,8 +47,7 @@ setup(
|
||||
tests_require=[],
|
||||
cmdclass={
|
||||
'executable': executable,
|
||||
'qt_resources': qt_resources('yubioath.gui'),
|
||||
'sdist': qt_sdist
|
||||
'qt_resources': qt_resources('yubioath.gui')
|
||||
},
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||
|
2
vendor/yubicommon
vendored
2
vendor/yubicommon
vendored
@ -1 +1 @@
|
||||
Subproject commit 903c97166fd1069ce96bc4ef2946ec3f6ae36f62
|
||||
Subproject commit 53b8307b17e690a18d21f833e1cf3683d0a6f7b9
|
Loading…
Reference in New Issue
Block a user