-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
45 lines (35 loc) · 1.03 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
[metadata]
name = whippet
description = A fast script for simulating using parakeet
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rosalindfranklininstitute/whippet
project_urls =
Source=https://github.com/rosalindfranklininstitute/whippet
Tracker=https://github.com/rosalindfranklininstitute/whippet/issues
author = James Parkhurst
author_email = [email protected]
keywords =
EM
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.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
platforms =
unix
linux
osx
cygwin
win32
[aliases]
test = pytest
[tool:pytest]
addopts = --cov=src/whippet --doctest-modules -rs