Skip to content

Commit

Permalink
Merge pull request #2 from kuleuven/feature/workflows
Browse files Browse the repository at this point in the history
update package name
  • Loading branch information
montesmariana authored Nov 29, 2024
2 parents fcfc4d3 + 44b8c9b commit 9c55350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
dynamic = ["dependencies", "optional-dependencies"]
name = "mango-md2json"
name = "mango-mdconverter"
description = "ManGO metadata conversion"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -16,14 +16,14 @@ authors = [
]

[project.urls]
repository = "https://github.com/kuleuven/mango-md2json"
repository = "https://github.com/kuleuven/mango-mdconverter"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies.dev = { file = ["requirements-dev.txt"] }

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

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

0 comments on commit 9c55350

Please sign in to comment.