fixed BLURB

This commit is contained in:
Tom 2014-02-19 04:00:24 -08:00
parent 50c1faf74a
commit c1b4183dc3
4 changed files with 7 additions and 7 deletions

4
BLURB
View File

@ -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
View File

@ -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.

View File

@ -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))

View File

@ -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,