git-filter-repo/release/setup.cfg
Theodore Ni a59e67e791
fix duplicate setuptools entry point script
Signed-off-by: Theodore Ni <3806110+tjni@users.noreply.github.com>
2023-08-12 14:29:23 -07:00

36 lines
1.1 KiB
INI

[metadata]
name = git-filter-repo
url = https://github.com/newren/git-filter-repo
project_urls =
Source = https://github.com/newren/git-filter-repo
Issues = https://github.com/newren/git-filter-repo/issues/
description = Quickly rewrite git repository history
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Operating System :: OS Independent
Programming Language :: Python
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
platforms = any
license = MIT
[options]
py_modules = git_filter_repo
python_requires = >= 3.5
setup_requires = setuptools_scm
[options.entry_points]
console_scripts =
git-filter-repo = git_filter_repo:main
[bdist_wheel]
universal = 1