-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
36 lines (31 loc) · 838 Bytes
/
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
[metadata]
name = cython-setuptools
version = attr: cython_setuptools.__version__
description = Cython setuptools integration
long_description = file: README.md
long_description_content_type = text/markdown
keywords = cython setuptools
author = Luper Rouch
author_email = [email protected]
url = https://github.com/flupke/cython-setuptools
classifiers =
Framework :: Setuptools Plugin
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
[options]
packages = find:
install_requires = click
[options.packages.find]
exclude = *.tests *.tests.* tests.* tests
[options.extras_require]
dev =
pytest<4.0.0
virtualenv
pytest-virtualenv
six
[options.entry_points]
console_scripts =
cython-setuptools = cython_setuptools.cli:main
[tool:pytest]
markers =
slow: slow tests