Skip to content

Commit

Permalink
Move from flat layout to src layout (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored Dec 18, 2024
1 parent 34037bc commit 62ba44b
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ classifiers =
platform = any

[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
chardet
inators

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
picire = picire.cli:execute
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ deps =
pylint
pytest
commands =
pylint picire tests
pycodestyle picire tests --ignore=E501
pylint src/picire tests
pycodestyle src/picire tests --ignore=E501

[testenv:build]
deps =
Expand Down

0 comments on commit 62ba44b

Please sign in to comment.