Files
scgenerator/setup.cfg
Benoît Sierro 13f6e18635 Pulse class working
The pulse class can iterate through intensity and amplitude whatever the wavelength, The plan is now to change all the parameters into classes
2021-02-08 10:41:15 +01:00

42 lines
838 B
INI

[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
send2trash
toml
[options.package_data]
scgenerator =
data/hr_t.npz
data/default_params.json
data/gas.json
data/silica.json
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
scgenerator = scgenerator.cli.cli:main