mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Changed path where to seek packages
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user