2019-11-16 00:30:45 +00:00
|
|
|
[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
|
2019-12-26 18:43:24 +00:00
|
|
|
long_description_content_type = text/markdown
|
2019-11-16 00:30:45 +00:00
|
|
|
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
|
2019-12-26 18:43:24 +00:00
|
|
|
platforms = any
|
|
|
|
license = MIT
|
2019-11-16 00:30:45 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
scripts = git-filter-repo
|
|
|
|
py_modules = git_filter_repo
|
|
|
|
python_requires = >= 3.5
|
|
|
|
setup_requires = setuptools_scm
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|