-
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.
refactor: rename package into
typingx
- Loading branch information
1 parent
d04b8e7
commit f42a1de
Showing
12 changed files
with
213 additions
and
212 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[tool.poetry] | ||
name = "typing-extend" | ||
name = "typingx" | ||
version = "0.1.0" | ||
description = "Extend typing package functionalities" | ||
authors = ["Eric Jolibois <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/PrettyWood/typing-extend" | ||
homepage = "https://github.com/PrettyWood/typing-extend" | ||
repository = "https://github.com/PrettyWood/typingx" | ||
homepage = "https://github.com/PrettyWood/typingx" | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
|
@@ -48,7 +48,7 @@ force_grid_wrap = 0 | |
use_parentheses = true | ||
|
||
[tool.pytest.ini_options] | ||
addopts = "--cov typing_extend --cov-report=term-missing --cov-report=xml" | ||
addopts = "--cov typingx --cov-report=term-missing --cov-report=xml" | ||
testpaths = ["tests"] | ||
|
||
[build-system] | ||
|
Oops, something went wrong.