-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #724 from Yelp/lorenzodb1-maintenance-changes
Dropped support for Python 3.7, added support for Python 3.10, upgraded dependencies and updated project info
- Loading branch information
Showing
6 changed files
with
11 additions
and
13 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
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
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 |
---|---|---|
|
@@ -24,9 +24,8 @@ def get_version(): | |
description='Tool for detecting secrets in the codebase', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
license='Copyright Yelp, Inc. 2020', | ||
author='Aaron Loo', | ||
author_email='[email protected]', | ||
author='Yelp, Inc.', | ||
author_email='[email protected]', | ||
url='https://github.com/Yelp/detect-secrets', | ||
download_url='https://github.com/Yelp/detect-secrets/archive/{}.tar.gz'.format(VERSION), | ||
keywords=['secret-management', 'pre-commit', 'security', 'entropy-checks'], | ||
|
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