-
-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright, authors and version (#679)
- Loading branch information
Showing
7 changed files
with
21 additions
and
21 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 |
---|---|---|
@@ -1 +1 @@ | ||
3.3.2 | ||
3.3.3 |
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 |
---|---|---|
|
@@ -25,13 +25,13 @@ | |
"typing-extensions>=3.7.4.1", | ||
"requests>=2.24.0", | ||
] | ||
tests_require = ["pytest>=5.3.5", "pytest-cov>=2.8.1"] | ||
tests_require = ["pytest>=7.1.1", "pytest-cov>=3.0.0"] | ||
|
||
|
||
setup( | ||
name="foolbox", | ||
version=version, | ||
description="Foolbox Native is an adversarial attacks library that works natively with PyTorch, TensorFlow and JAX", | ||
description="Foolbox is an adversarial attacks library that works natively with PyTorch, TensorFlow and JAX", | ||
long_description=README, | ||
long_description_content_type="text/x-rst", | ||
classifiers=[ | ||
|
@@ -45,8 +45,8 @@ | |
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
], | ||
keywords="", | ||
author="Jonas Rauber", | ||
author_email="[email protected]", | ||
author="Jonas Rauber, Roland S. Zimmermann", | ||
author_email="[email protected]", | ||
url="https://github.com/bethgelab/foolbox", | ||
license="MIT License", | ||
packages=find_packages(), | ||
|