Updated to reflect username change

This commit is contained in:
boltgolt 2018-06-12 15:54:13 +02:00
parent 334da6e3a5
commit 440cec8944
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Howdy for Ubuntu [![](https://img.shields.io/travis/Boltgolt/howdy/master.svg)](https://travis-ci.org/Boltgolt/howdy) [![](https://img.shields.io/github/release/Boltgolt/howdy.svg?colorB=4c1)](https://github.com/Boltgolt/howdy/releases) ![](https://boltgolt.nl/howdy_badge/installs.php?nc) ![](https://boltgolt.nl/howdy_badge/views.php) # Howdy for Ubuntu [![](https://img.shields.io/travis/boltgolt/howdy/master.svg)](https://travis-ci.org/boltgolt/howdy) [![](https://img.shields.io/github/release/boltgolt/howdy.svg?colorB=4c1)](https://github.com/boltgolt/howdy/releases) ![](https://boltgolt.nl/howdy_badge/installs.php?nc) ![](https://boltgolt.nl/howdy_badge/views.php)
Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are. Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
@ -41,7 +41,7 @@ howdy [-U user] [-y] command [argument]
| `remove` | Remove a specific model for an user | | `remove` | Remove a specific model for an user |
| `test` | Test the camera and recognition methods | | `test` | Test the camera and recognition methods |
### Contributing [![](https://img.shields.io/travis/Boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/Boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) ### Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome. You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome.

4
debian/control vendored
View file

@ -4,10 +4,10 @@ Priority: optional
Standards-Version: 3.9.7 Standards-Version: 3.9.7
Build-Depends: python, dh-python, devscripts, dh-make, debhelper Build-Depends: python, dh-python, devscripts, dh-make, debhelper
Maintainer: boltgolt <boltgolt@gmail.com> Maintainer: boltgolt <boltgolt@gmail.com>
Vcs-Git: https://github.com/Boltgolt/howdy Vcs-Git: https://github.com/boltgolt/howdy
Package: howdy Package: howdy
Homepage: https://github.com/Boltgolt/howdy Homepage: https://github.com/boltgolt/howdy
Architecture: all Architecture: all
Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake
Description: Howdy: Windows Hello style authentication for Ubuntu. Description: Howdy: Windows Hello style authentication for Ubuntu.

2
debian/howdy.1 vendored
View file

@ -44,4 +44,4 @@ Skip all questions.
Show this help message and exit. Show this help message and exit.
.PP .PP
.SH AUTHOR .SH AUTHOR
Howdy was written by boltgolt. For more information visit https://github.com/Boltgolt/howdy Howdy was written by boltgolt. For more information visit https://github.com/boltgolt/howdy

View file

@ -28,7 +28,7 @@ parser = argparse.ArgumentParser(description="Command line interface for Howdy f
formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawDescriptionHelpFormatter,
add_help=False, add_help=False,
prog="howdy", prog="howdy",
epilog="For support please visit\nhttps://github.com/Boltgolt/howdy") epilog="For support please visit\nhttps://github.com/boltgolt/howdy")
# Add an argument for the command # Add an argument for the command
parser.add_argument("command", parser.add_argument("command",