-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated files with 'repo_helper'. (#5)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
- Loading branch information
1 parent
35fa35a
commit 9b251f2
Showing
16 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,22 +11,10 @@ | |
# This script based on https://github.com/rocky/python-uncompyle6/blob/master/__pkginfo__.py | ||
# | ||
|
||
# stdlib | ||
import pathlib | ||
|
||
__all__ = [ | ||
"__copyright__", | ||
"__version__", | ||
"repo_root", | ||
"install_requires", | ||
"extras_require", | ||
] | ||
|
||
__copyright__ = """ | ||
2021 Dominic Davis-Foster <[email protected]> | ||
""" | ||
|
||
__version__ = "0.0.2" | ||
repo_root = pathlib.Path(__file__).parent | ||
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') | ||
extras_require = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,12 @@ description = "Extension to whey to support .pth files." | |
readme = "README.rst" | ||
keywords = [ "whey", "build", "wheel", "packaging", "distribution",] | ||
dynamic = [ "requires-python", "classifiers", "dependencies",] | ||
|
||
[[project.authors]] | ||
email = "[email protected]" | ||
name = "Dominic Davis-Foster" | ||
|
||
|
||
[project.license] | ||
file = "LICENSE" | ||
|
||
|
@@ -22,5 +24,11 @@ Homepage = "https://github.com/repo-helper/whey-pth" | |
"Source Code" = "https://github.com/repo-helper/whey-pth" | ||
Documentation = "https://whey-pth.readthedocs.io/en/latest" | ||
|
||
[tool.mkrecipe] | ||
conda-channels = [ "conda-forge", "domdfcoding",] | ||
extras = "all" | ||
license-key = "MIT" | ||
package = "whey_pth" | ||
|
||
[project.entry-points."whey.builder"] | ||
whey_pth_wheel = "whey_pth:PthWheelBuilder" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
[metadata] | ||
name = whey-pth | ||
version = 0.0.2 | ||
author = Dominic Davis-Foster | ||
author_email = [email protected] | ||
license = MIT License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
coincidence>=0.1.0 | ||
backports-entry-points-selectable>=1.0.2 | ||
coincidence>=0.2.0 | ||
coverage>=5.1 | ||
coverage-pyver-pragma>=0.2.1 | ||
domdf-python-tools[testing]>=2.0.1 | ||
iniconfig!=1.1.0,>=1.0.1 | ||
pytest>=6.0.0 | ||
pytest-cov>=2.8.1 | ||
pytest-randomly>=3.3.1 | ||
pytest-randomly>=3.6.0 | ||
pytest-timeout>=1.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters