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 16, 2021
1 parent 9813651 commit 9bf47c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 36 deletions.
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [ "setuptools>=40.6.0", "wheel>=0.34.2",]
build-backend = "setuptools.build_meta"
requires = [ "whey",]
build-backend = "whey"

[project]
name = "mh_utils"
Expand All @@ -21,3 +21,14 @@ Homepage = "https://github.com/domdfcoding/mh_utils"
"Issue Tracker" = "https://github.com/domdfcoding/mh_utils/issues"
"Source Code" = "https://github.com/domdfcoding/mh_utils"
Documentation = "https://mh_utils.readthedocs.io/en/latest"

[tool.whey]
base-classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
python-versions = [ "3.6", "3.7", "3.8", "3.9",]
python-implementations = [ "CPython",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "LGPL-3.0-or-later"
8 changes: 4 additions & 4 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ version: '0.2.1'
license: 'LGPLv3+'
short_desc: 'Utilities for handing ancillary files produced by MassHunter.'

use_whey: true
min_coverage: 85
pre_commit_exclude: ^tests/test_xml/.*\.xml$

conda_channels:
- conda-forge

Expand All @@ -26,8 +30,6 @@ extra_sphinx_extensions:
mypy_plugins:
- attr_utils.mypy_plugin

pre_commit_exclude: ^tests/test_xml/.*\.xml$

classifiers:
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
Expand All @@ -36,5 +38,3 @@ keywords:
- chemistry
- mass-spectrometry
- chromatography

min_coverage: 85
24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

0 comments on commit 9bf47c1

Please sign in to comment.