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
|
Author: Yubico
|
||||||
Basename: yubico-authenticator
|
Basename: yubioath-desktop
|
||||||
Homepage: http://opensource.yubico.com/yubico-authenticator
|
Homepage: http://opensource.yubico.com/yubioath-desktop
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Name: Yubico Authenticator
|
Name: Yubico Authenticator
|
||||||
Project: 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 = [
|
artifacts = [
|
||||||
'dist/%s.tar.gz' % self.fullname,
|
'dist/%s.tar.gz' % self.fullname,
|
||||||
'dist/%s.tar.gz.sig' % 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' % (
|
cmd = '%s/publish %s %s %s' % (
|
||||||
web_repo, self.name, self.version, ' '.join(artifacts))
|
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)
|
return match.group(1)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='yubico-authenticator',
|
name='yubioath-desktop',
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
author='Tommaso Galassi De Orchi',
|
author='Tommaso Galassi De Orchi',
|
||||||
author_email='tom@yubico.com',
|
author_email='tom@yubico.com',
|
||||||
maintainer='Yubico Open Source Maintainers',
|
maintainer='Yubico Open Source Maintainers',
|
||||||
maintainer_email='ossmaint@yubico.com',
|
maintainer_email='ossmaint@yubico.com',
|
||||||
url='https://github.com/Yubico/yubico-authenticator',
|
url='https://github.com/Yubico/yubioath-desktop',
|
||||||
license='BSD 2 clause',
|
license='BSD 2 clause',
|
||||||
packages=['yubicoauthenticator'],
|
packages=['yubicoauthenticator'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user