initial commit
This commit is contained in:
36
setup.cfg
Normal file
36
setup.cfg
Normal file
@@ -0,0 +1,36 @@
|
||||
[metadata]
|
||||
name = scgenerator
|
||||
version = 0.0.1
|
||||
description = Simulated PCFs and supercontinuum generation !
|
||||
author = Benoit Sierro
|
||||
author_email = benoit.sierro@iap.unibe.ch
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
keywords = supercontinuum, nonlinear optics, GNLSE
|
||||
license = MIT
|
||||
classifiers =
|
||||
License :: OSI Approved :: MIT
|
||||
Programming Language :: Python :: 3
|
||||
|
||||
[options]
|
||||
zip_safe = False
|
||||
include_package_data = True
|
||||
packages = find:
|
||||
package_dir =
|
||||
= src
|
||||
install_requires =
|
||||
numpy
|
||||
matplotlib
|
||||
scipy
|
||||
ray
|
||||
|
||||
|
||||
[options.package_data]
|
||||
scgenerator =
|
||||
data/hr_t.npz
|
||||
data/default_params.json
|
||||
data/gas.json
|
||||
data/silica.json
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Reference in New Issue
Block a user