Skip to content

Commit a3eb01c

Browse files
committed
README.md...
1 parent 6843543 commit a3eb01c

3 files changed

Lines changed: 2 additions & 69 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dev = [
3232
test = ["pytest>=7.0.0"]
3333

3434
[tool.setuptools.packages.find]
35-
# This table is the modern equivalent of packages=find_packages()
36-
# It tells setuptools to automatically find packages in the directory
35+
where = ["."]
36+
include = ["venantvr*"]
3737

3838
[tool.pytest.ini_options]
3939
testpaths = ["tests"]

setup.cfg

Lines changed: 0 additions & 54 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)