This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow package_data files to not have an extension
- Loading branch information
Jochen Parmentier
committed
Oct 22, 2020
1 parent
2ca2890
commit a9e3825
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ command = "mypy --ignore-missing-imports --allow-redefinition dephell_discover" | |
|
||
[tool.poetry] | ||
name = "dephell_discover" | ||
version = "0.2.10" | ||
version = "0.2.11" | ||
description = "Find project modules and data files (packages and package_data for setup.py)." | ||
authors = ["Gram <[email protected]>"] | ||
readme = "README.md" | ||
|