Skip to content
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ exclude = [
"csxtools.egg-info",
"__pycache__"
]

[tool.pytest.ini_options]

[tool.versioneer]
VCS = "git"
style = "pep440"
versionfile_source = "csxtools/_version.py"
versionfile_build = "csxtools/_version.py"
tag_prefix = "v"
parentdir_prefix = "csxtools-"
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
codecov
coveralls
flake8
ruff>=0.4.0
pytest
pytest-flake8
sphinx
sphinx-bootstrap-theme
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
numpy
ruff>=0.4.0
13 changes: 1 addition & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[egg_info]
tag_build =
tag_svn_revision = 1

[tool:pytest]

[build_sphinx]
source-dir = doc/
build-dir = doc/_build
Expand All @@ -12,9 +6,4 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html

[versioneer]
VCS = git
style = pep440
versionfile_source = csxtools/_version.py
versionfile_build = csxtools/_version.py
tag_prefix = v

Loading