mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-05 18:25:58 +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
|
||||
|
4
NEWS
4
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.
|
||||
* Initial release supporting mode changing.
|
@ -84,7 +84,7 @@ class release(Command):
|
||||
artifacts = [
|
||||
'dist/%s.tar.gz' % self.fullname,
|
||||
'dist/%s.tar.gz.sig' % self.fullname,
|
||||
'dist/%s.exe' % self.fullname
|
||||
'dist/%s.exe' % self.fullname
|
||||
]
|
||||
cmd = '%s/publish %s %s %s' % (
|
||||
web_repo, self.name, self.version, ' '.join(artifacts))
|
||||
|
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