Skip to content

Commit

Permalink
Configuration for pymetacode package
Browse files Browse the repository at this point in the history
  • Loading branch information
tillbiskup committed Jul 28, 2024
1 parent 37ad767 commit c2a95b8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .package_config.yaml
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0.dev27
0.10.0.dev28

0 comments on commit c2a95b8

Please sign in to comment.