-
Notifications
You must be signed in to change notification settings - Fork 26
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 MannLabs/develop
Develop
- Loading branch information
Showing
62 changed files
with
10,518 additions
and
2,585 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
|
||
__project__ = "alphatims" | ||
__version__ = "0.0.210126" | ||
__license__ = "MIT" | ||
__description__ = "A python package for Bruker TimsTOF raw data accession and visualization" | ||
__author__ = "Sander Willems" | ||
__version__ = "0.1.210317" | ||
__license__ = "Apache" | ||
__description__ = "A Python package for Bruker TimsTOF raw data accession and visualization" | ||
__author__ = "Sander Willems, Eugenia Voytik" | ||
__author_email__ = "[email protected]" | ||
__github__ = "https://github.com/MannLabs/alphatims" | ||
__keywords__ = [ | ||
|
@@ -18,11 +18,10 @@ | |
] | ||
__python_version__ = ">=3.8,<3.9" | ||
__classifiers__ = [ | ||
"Development Status :: 3 - Alpha", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: POSIX :: Linux", | ||
"Operating System :: Microsoft :: Windows", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3 :: Only", | ||
|
@@ -37,8 +36,7 @@ | |
} | ||
__requirements__ = { | ||
"": "requirements/requirements.txt", | ||
"gui": "requirements/requirements_gui.txt", | ||
"cli": "requirements/requirements_cli.txt", | ||
"nbs": "requirements/requirements_nbs.txt", | ||
"plotting": "requirements/requirements_plotting.txt", | ||
"development": "requirements/requirements_development.txt", | ||
} | ||
__strict_requirements__ = True |
Oops, something went wrong.