mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-07 11:20:47 +03:00
fixed BLURB
This commit is contained in:
parent
50c1faf74a
commit
c1b4183dc3
4
BLURB
4
BLURB
@ -1,6 +1,6 @@
|
||||
Author: Yubico
|
||||
Basename: yubico-authenticator
|
||||
Homepage: http://opensource.yubico.com/yubico-authenticator
|
||||
Basename: yubioath-desktop
|
||||
Homepage: http://opensource.yubico.com/yubioath-desktop
|
||||
License: BSD-2-Clause
|
||||
Name: Yubico Authenticator
|
||||
Project: yubico-authenticator
|
||||
|
2
NEWS
2
NEWS
@ -1,3 +1,3 @@
|
||||
* Version 0.0.1 (released 2014-02-12)
|
||||
* Version 0.0.1 (released 2014-02-18)
|
||||
|
||||
* Initial release supporting mode changing.
|
4
setup.py
4
setup.py
@ -29,13 +29,13 @@ def get_version():
|
||||
return match.group(1)
|
||||
|
||||
setup(
|
||||
name='yubico-authenticator',
|
||||
name='yubioath-desktop',
|
||||
version=get_version(),
|
||||
author='Tommaso Galassi De Orchi',
|
||||
author_email='tom@yubico.com',
|
||||
maintainer='Yubico Open Source Maintainers',
|
||||
maintainer_email='ossmaint@yubico.com',
|
||||
url='https://github.com/Yubico/yubico-authenticator',
|
||||
url='https://github.com/Yubico/yubioath-desktop',
|
||||
license='BSD 2 clause',
|
||||
packages=['yubicoauthenticator'],
|
||||
include_package_data=True,
|
||||
|
Loading…
Reference in New Issue
Block a user