Skip to content
Snippets Groups Projects
Commit f18dc101 authored by nugget's avatar nugget
Browse files

Adjust setup.cfg for correct packaging behaviour.

parent 28c6353b
No related branches found
No related tags found
3 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1
Pipeline #735431 passed
[metadata]
name = example-package-plotid-test
version = 0.0.3
version = 0.0.5
author = Example Author
author_email = author@example.com
description = A small example package
......@@ -15,9 +15,7 @@ classifiers =
Operating System :: OS Independent
[options]
package_dir =
= plotid
packages = find:
packages = plotid
python_requires = >=3.10
install_requires =
matplotlib
......@@ -27,5 +25,4 @@ install_requires =
test =
coverage
[options.packages.find]
where = plotid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment