Changed path where to seek packages

This commit is contained in:
Nex 2022-05-08 17:06:34 +02:00
parent 6d278d4bec
commit 732a712e3d

View File

@ -17,7 +17,7 @@ classifiers =
[options]
packages = find:
package_dir = = mvt
package_dir = = ./
include_package_data = True
python_requires = >= 3.8
install_requires =
@ -35,7 +35,7 @@ install_requires =
cryptography >=36.0.1
[options.packages.find]
where = mvt
where = ./
[options.entry_points]
console_scripts =