Skip to content

Commit

Permalink
Moved package source under lib
Browse files Browse the repository at this point in the history
Follows development guidelines regarding avoiding root level
modules.
  • Loading branch information
ssbarnea committed Sep 20, 2020
1 parent b586aa0 commit ad9d5a5
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- id: mypy
# empty args needed in order to match mypy cli behavior
args: []
entry: mypy gri/
entry: mypy lib/
pass_filenames: false
additional_dependencies:
- click-help-colors
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ classifiers =
[options]
use_scm_version = True
python_requires = >=3.6
package_dir =
= lib
packages = find:
include_package_data = True
zip_safe = False
Expand All @@ -47,7 +49,7 @@ install_requires =
rich>=6.2.0

[options.packages.find]
where = .
where = lib

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit ad9d5a5

Please sign in to comment.