-
Notifications
You must be signed in to change notification settings - Fork 14
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 #42 from Cisco-Talos/setuptools
Add setuptool as dependency and bump minor version (0.4.1)
- Loading branch information
Showing
4 changed files
with
11 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
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 |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
|
||
setuptools.setup( | ||
name="mussels", | ||
version="0.4.0", | ||
version="0.4.1", | ||
author="Micah Snyder", | ||
author_email="[email protected]", | ||
copyright="Copyright (C) 2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", | ||
copyright="Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", | ||
description="Mussels Dependency Build Automation Tool", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|
@@ -28,6 +28,7 @@ | |
"patch", | ||
"gitpython", | ||
"pyyaml", | ||
"setuptools", | ||
], | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
|