Skip to content

Commit

Permalink
Merge pull request #4 from kuleuven/feature/workflows
Browse files Browse the repository at this point in the history
identify modules automatically
  • Loading branch information
montesmariana authored Nov 29, 2024
2 parents e190dba + 201efec commit f68004b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "mango-mdconverter"
description = "ManGO metadata conversion"
readme = "README.md"
requires-python = ">=3.8"
version = "1.0.3"
version = "1.0.4"
license = {file = "LICENSE"}
authors = [
{ name = "Mariana Montes", email = "[email protected]" },
Expand All @@ -22,11 +22,6 @@ repository = "https://github.com/kuleuven/mango-mdconverter"
dependencies = {file = ["requirements.txt"]}
optional-dependencies.dev = { file = ["requirements-dev.txt"] }

[tool.setuptools]
package-dir = {"" = "src"}

[tool.setuptools.packages.find]
include = ['mango_mdconverter', 'mango_mdconverter.*']

[tool.pylint."messages control"]
disable = ["too-many-arguments"]
Expand Down

0 comments on commit f68004b

Please sign in to comment.