-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (36 loc) · 911 Bytes
/
setup.cfg
File metadata and controls
42 lines (36 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = LaserPy_Quantum
version = 0.0.11
description = Laser physics / simulation utilities
long_description = file: README.md
long_description_content_type = text/markdown
author = Anshurup Gupta
author_email = anshurup.gupta@gmail.com
url = https://github.com/Mathwizard1/LaserPy_Quantum
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Operating System :: OS Independent
Topic :: Scientific/Engineering
[options]
packages = find:
include_package_data = True
python_requires = >=3.11
install_requires =
numpy
matplotlib
zip_safe = False
[options.packages.find]
exclude =
rust_optimizer
rust_optimizer.*
[options.package_data]
# include non-python data files in your package
LaserPy_Quantum = Constants.json
[options.extras_require]
dev =
pytest
flake8
[tool:pytest]
addopts = -q