-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 #89 from nschloe/meta-update
- Loading branch information
Showing
4 changed files
with
33 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
[metadata] | ||
name = stressberry | ||
version = 0.3.1 | ||
version = 0.3.2 | ||
author = Nico Schlömer | ||
email = [email protected] | ||
author_email = [email protected] | ||
description = Stress tests for the Raspberry Pi | ||
url = https://github.com/nschloe/stressberry | ||
project_urls = | ||
Code=https://github.com/nschloe/stressberry | ||
Issues=https://github.com/nschloe/stressberry/issues | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
license = GPLv3 | ||
platforms = any | ||
license = GPL-3.0-or-later | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) | ||
|
@@ -21,20 +20,17 @@ classifiers = | |
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Topic :: Utilities | ||
|
||
[options] | ||
packages = find: | ||
# importlib_metadata can be removed when we support Python 3.8+ only | ||
install_requires = | ||
dufte | ||
importlib_metadata | ||
importlib_metadata;python_version<"3.8" | ||
matplotlib | ||
pyyaml | ||
python_requires = >=3.6 | ||
setup_requires = | ||
setuptools>=42 | ||
wheel | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
|
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