Skip to content

Commit

Permalink
Remove old setuptools scm args from setup.py
Browse files Browse the repository at this point in the history
Since we now have a pyproject.toml file, it should be possible to remove any setuptools-scm logic from setup.py, which seems to have been deprecated according to: https://pypi.org/project/setuptools-scm/
  • Loading branch information
mraspaud committed Oct 6, 2021
1 parent 4126039 commit a87f9d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def _config_data_files(base_dirs, extensions=(".cfg", )):
'tests/etc/writers/*.yaml',
]},
zip_safe=False,
use_scm_version={'write_to': 'satpy/version.py'},
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
install_requires=requires,
python_requires='>=3.7',
extras_require=extras_require,
Expand Down

0 comments on commit a87f9d7

Please sign in to comment.