parent
a6eca907d1
commit
3fe6a2721a
@ -1 +1,3 @@
|
||||
/yubioath-desktop-2.1.1.tar.gz
|
||||
/gpgkey-6FBA95E8.gpg
|
||||
/yubioath-desktop-2.2.1.tar.gz
|
||||
/yubioath-desktop-2.2.1.tar.gz.sig
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -44,7 +44,8 @@
|
||||
'console_scripts': ['yubioath-cli=yubioath.cli.__main__:main']
|
||||
},
|
||||
setup_requires=[],
|
||||
- yc_requires=['ctypes', 'qt'],
|
||||
+ yc_requires=['ctypes'],
|
||||
+ packages=['yubioath', 'yubioath.gui', 'yubioath.yubicommon', 'yubioath.cli', 'yubioath.core', 'yubioath.gui.view', 'yubioath.yubicommon.setup', 'yubioath.yubicommon.ctypes', 'yubioath.yubicommon.qt'],
|
||||
install_requires=['pyscard', 'pycrypto'],
|
||||
extras_require={
|
||||
'argcomplete': ['argcomplete']
|
@ -1 +1,2 @@
|
||||
49e0ba9c7d7510153d3b5b06cf39d1c5 yubioath-desktop-2.1.1.tar.gz
|
||||
a0bc29dd4f0b0611032f8be09a693f24 yubioath-desktop-2.2.1.tar.gz
|
||||
81d4b66b8b3a71ff75553e3b8a80ec10 yubioath-desktop-2.2.1.tar.gz.sig
|
||||
|
Binary file not shown.
Loading…
Reference in new issue