Skip to content

Commit

Permalink
Use "whey" as the build backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 29, 2021
1 parent 2a3a4f9 commit 500afc4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 76 deletions.
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
__version__ = "0.2.1"
repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
extras_require = {"all": []}
extras_require = {}
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ description = "Some useful hooks for pre-commit."
readme = "README.rst"
keywords = [ "pre-commit",]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[[project.authors]]
email = "dominic@davis-foster.co.uk"
name = "Dominic Davis-Foster"


[project.license]
file = "LICENSE"

Expand Down
5 changes: 2 additions & 3 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ short_desc: 'Some useful hooks for pre-commit.'
enable_conda: false
on_pypi: false
enable_docs: false
min_coverage: 95
use_whey: true

console_scripts:
- "requirements-txt-sorter = pre_commit_hooks.requirements_txt_sorter:main"
Expand All @@ -33,8 +35,5 @@ classifiers:
- 'Intended Audience :: Developers'
- 'Topic :: Utilities'

min_coverage: 95
use_whey: true

keywords:
- pre-commit
40 changes: 0 additions & 40 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,6 @@
# * mypy
# * options.entry_points

[metadata]
name = pre-commit-hooks
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = MIT License
keywords = pre-commit
long_description = file: README.rst
long_description_content_type = text/x-rst
platforms = Windows, macOS, Linux
url = https://github.com/domdfcoding/pre-commit-hooks
project_urls =
Issue Tracker = https://github.com/domdfcoding/pre-commit-hooks/issues
Source Code = https://github.com/domdfcoding/pre-commit-hooks
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Utilities

[options]
python_requires = >=3.6.1
zip_safe = False
include_package_data = True
packages = find:

[options.packages.find]
exclude =
doc-source
tests
tests.*

[mypy]
python_version = 3.6
namespace_packages = True
Expand Down
24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ commands =
skip_install = True
changedir = {toxinidir}
deps =
virtualenv
git+https://github.com/domdfcoding/build@issue-250
build[virtualenv]>=0.3.1
check-wheel-contents>=0.1.0
twine>=3.2.0
commands =
Expand Down

0 comments on commit 500afc4

Please sign in to comment.