Skip to content

Commit 83db05c

Browse files
authored
Add comment for switching away from setup.py (#694)
1 parent 6e95cbf commit 83db05c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# to drive the build that is published to pypi.org. That needs to be changed
77
# before this file can be removed. And, due to that, pyproject.toml needs to be
88
# deleted before a release can be made.
9+
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
910
setup(
1011
name='kaggle',
1112
version='1.7.3b0',

src/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# to drive the build that is published to pypi.org. That needs to be changed
77
# before this file can be removed. And, due to that, pyproject.toml needs to be
88
# deleted before a release can be made.
9+
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
910
setup(
1011
name='kaggle',
1112
version='1.7.3b0',

0 commit comments

Comments
 (0)