Skip to content

Commit

Permalink
Merge pull request #3 from lilatomic/cicd/detach
Browse files Browse the repository at this point in the history
Detach python package from upstream
  • Loading branch information
lilatomic authored Sep 25, 2022
2 parents d163e48 + f897a15 commit cc00954
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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]>
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
**python-keyutils -- Archived Repository**

**Notice: This repository is part of a Conary/rpath project at SAS that is no longer supported or maintained. Hence, the repository is being archived and will live in a read-only state moving forward. Issues, pull requests, and changes will no longer be accepted.**

===============

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 Expand Up @@ -46,3 +40,8 @@ For example:
Further examples can be found in the ``test`` subfolder.

History
~~~~~~~

This project was part of the Conary/rpath project at SAS that is no longer supported or maintained. This project is a fork maintained by me!
10 changes: 5 additions & 5 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="Mihai Ibanescu",
author_email="mihai.ibanescu@sas.com",
url="https://github.com/sassoftware/python-keyutils",
author="Daniel Goldman",
author_email="danielgoldman4@gmail.com",
url="https://github.com/lilatomic/turkeyutils",
license="Apache 2.0",
packages=["keyutils"],
classifiers=[
Expand Down

0 comments on commit cc00954

Please sign in to comment.