Skip to content

Commit f94d078

Browse files
author
Thierry RAMORASOAVINA
committed
Remove obsolete packaging files
- Since the migration to pyproject.toml the setup.py, setup.cfg and khiops/_version.py files are not used any longer
1 parent 3d95f90 commit f94d078

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Commit message template always have Unix endlines
22
.git_commit_template eol=lf
3-
4-
# Versioneer
5-
khiops/_version.py export-subst

.github/workflows/conda.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ on:
2323
tags: ['*']
2424
pull_request:
2525
paths:
26-
- setup.py
27-
- setup.cfg
2826
- pyproject.toml
2927
- LICENSE.md
30-
- versioneer.py
31-
- khiops/_version.py
3228
- packaging/conda/**,
3329
- '!packaging/conda/README.md'
3430
- .github/workflows/conda.yml

.github/workflows/pip.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ on:
2020
options: [None, testpypi, pypi]
2121
description: Publish to Test PyPI or PyPI
2222
pull_request:
23-
paths:
24-
- setup.py
25-
- setup.cfg
26-
- pyproject.toml
27-
- LICENSE.md
28-
- versioneer.py
29-
- khiops/_version.py
30-
- .github/workflows/pip.yml
23+
paths: [pyproject.toml, LICENSE.md, .github/workflows/pip.yml]
3124
push:
3225
tags: ['*']
3326
concurrency:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: pylint
1212
language_version: python3
13-
exclude: doc/convert_samples.py|doc/conf.py|versioneer.py|khiops/_version.py|setup.py
13+
exclude: doc/convert_samples.py|doc/conf.py
1414
- repo: https://github.com/pycqa/isort
1515
rev: 5.13.2
1616
hooks:

0 commit comments

Comments
 (0)