-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
49 lines (37 loc) · 1.05 KB
/
setup.cfg
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
43
44
45
46
47
48
49
[metadata]
name = python-parakeet
description = A phantom generator
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rosalindfranklininstitute/parakeet
project_urls =
Source=https://github.com/rosalindfranklininstitute/parakeet
Tracker=https://github.com/rosalindfranklininstitute/parakeet/issues
author = James Parkhurst
author_email = james.parkhurst@diamond.ac.uk
license = GPL v3
license_file = LICENSE
keywords =
MULTEM
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Topic :: Utilities
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
platforms =
unix
linux
osx
cygwin
win32
[aliases]
test = pytest
[tool:pytest]
testpaths = tests
addopts = --cov=src/parakeet --doctest-modules --ignore=gemmi