Skip to content
Snippets Groups Projects
Commit 097c9443 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-703: Avoid / in paths to allow installations on Windows

parent 0b2e1c7a
No related branches found
No related tags found
1 merge request!282Resolve L2SS-703 "Fix statisticswriter windows"
...@@ -24,12 +24,12 @@ classifier = ...@@ -24,12 +24,12 @@ classifier =
[options] [options]
package_dir= package_dir=
=./ =.
packages=find: packages=find:
python_requires = >=3.7 python_requires = >=3.7
[options.packages.find] [options.packages.find]
where=./ where=.
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment