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
Branches
Tags
3 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1
Pipeline #735431 passed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
[metadata] [metadata]
name = example-package-plotid-test name = example-package-plotid-test
version = 0.0.3 version = 0.0.5
author = Example Author author = Example Author
author_email = author@example.com author_email = author@example.com
description = A small example package description = A small example package
...@@ -15,9 +15,7 @@ classifiers = ...@@ -15,9 +15,7 @@ classifiers =
Operating System :: OS Independent Operating System :: OS Independent
[options] [options]
package_dir = packages = plotid
= plotid
packages = find:
python_requires = >=3.10 python_requires = >=3.10
install_requires = install_requires =
matplotlib matplotlib
...@@ -27,5 +25,4 @@ install_requires = ...@@ -27,5 +25,4 @@ install_requires =
test = test =
coverage 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