-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration for pymetacode package
- Loading branch information
1 parent
37ad767
commit c2a95b8
Showing
2 changed files
with
37 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
package: | ||
name: 'aspecd' | ||
author: 'Till Biskup' | ||
author_email: '[email protected]' | ||
year: '2018-24' | ||
description: 'Framework for handling spectroscopic data..' | ||
urls: | ||
main: 'https://www.aspecd.de/' | ||
documentation: 'https://docs.aspecd.de/' | ||
source: 'https://github.com/tillbiskup/aspecd' | ||
keywords: [ | ||
'spectroscopy', | ||
'data processing and analysis', | ||
'reproducible science', | ||
'reproducible research', | ||
'good scientific practice', | ||
'recipe-driven data analysis', | ||
] | ||
install_requires: [ | ||
'jinja2>=3.0', | ||
'matplotlib', | ||
'numpy', | ||
'scipy>=0.14', | ||
'oyaml', | ||
'asdf', | ||
'bibrecord', | ||
] | ||
license: BSD | ||
documentation: | ||
logo: 'aspecd-logo.png' | ||
favicon: 'favicon.ico' | ||
language: en | ||
options: | ||
logging: true | ||
git: true | ||
gui: false |
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 @@ | ||
0.10.0.dev27 | ||
0.10.0.dev28 |