File: setup.cfg

package info (click to toggle)
python-sluurp 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 725; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (2)
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
[metadata]
name = sluurp
version = attr: sluurp.__version__
author = ESRF
author_email = henri.payno@esrf.fr
description = API to submit shell script through slurm SBATCH
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://gitlab.esrf.fr/tomotools/sluurp
project_urls = 
    Source = https://gitlab.esrf.fr/tomotools/sluurp
    Documentation = https://tomotools.gitlab-pages.esrf.fr/sluurp/
    Tracker = https://gitlab.esrf.fr/tomotools/sluurp/issues
classifiers = 
    Intended Audience :: Science/Research
    License :: OSI Approved :: MIT License
    Programming Language :: Python :: 3

[options]
package_dir=
	=src
packages=find:
python_requires = >=3.6

[options.packages.find]
where=src

[options.extras_require]
doc =
    Sphinx>=4.0.0
    nbsphinx
    pandoc
    jupyterlab
    pydata_sphinx_theme
test = 
    pytest