Skip to content

Commit a7b6dff

Browse files
committed
Improve and clean setup
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5235cd2 commit a7b6dff

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

setup.cfg

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,29 @@ license_file = NOTICE
44
[aliases]
55
pypi_release = clean --all sdist --formats=bztar bdist_wheel register upload
66

7-
release = clean --all sdist --formats=gztar,bztar,zip bdist_wheel
7+
[tool:pytest]
8+
testpaths =
9+
src
10+
tests
11+
etc
812

9-
[pytest]
1013
norecursedirs =
1114
.git
1215
bin
1316
dist
1417
build
1518
_build
16-
dist
1719
local
18-
ci
1920
docs
2021
man
2122
share
2223
samples
2324
.cache
2425
.settings
25-
etc
2626
Include
2727
include
2828
Lib
2929
lib
30-
Scripts
3130
thirdparty
3231
tmp
3332
src/*/data
@@ -41,6 +40,5 @@ python_functions=test
4140
addopts =
4241
-rfEsxXw
4342
--strict
44-
--ignore docs/conf.py
4543
--ignore setup.py
4644
--doctest-modules

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,6 @@ def read(*names, **kwargs):
115115
':platform_system == "Windows"': ['lxml == 3.6.0'],
116116
':platform_system == "Linux"': ['lxml == 3.6.4'],
117117
':platform_system == "Darwin"': ['lxml == 3.6.4'],
118-
# 'base': [
119-
# 'certifi',
120-
# 'setuptools',
121-
# 'wheel',
122-
# 'pip',
123-
# 'wincertstore',
124-
# ],
125-
# 'dev': [
126-
# 'pytest',
127-
# 'execnet',
128-
# 'py',
129-
# 'pytest-xdist',
130-
# 'bumpversion',
131-
# ],
132118

133119
},
134120
entry_points={

0 commit comments

Comments
 (0)