forked from sassoftware/python-keyutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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=[ | ||
|