Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Sep 25, 2022
1 parent e29b05d commit f897a15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Mihai Ibanescu <[email protected]>
Michael Tharp <[email protected]>
Daniel Goldman <[email protected]>
Earl Chew <[email protected]>
Michael Tharp <[email protected]>
Mihai Ibanescu <[email protected]>
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-keyutils is a set of python bindings for keyutils (available from
turkeyutils is a set of python bindings for keyutils (available from
http://people.redhat.com/~dhowells/keyutils), a key management suite that
leverages the infrastructure provided by the Linux kernel for safely storing
and retrieving sensitive infromation in your programs.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c) SAS Institute Inc.
# Copyright (c) SAS Institute Inc. and contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,13 +25,13 @@
long_description = f.read()

setup(
name="keyutils",
name="turkeyutils",
version="0.6",
description="keyutils bindings for Python",
long_description=long_description,
author="Daniel Goldman",
author_email="[email protected]",
url="https://github.com/lilatomic/python-keyutils",
url="https://github.com/lilatomic/turkeyutils",
license="Apache 2.0",
packages=["keyutils"],
classifiers=[
Expand Down

0 comments on commit f897a15

Please sign in to comment.