Skip to content

Commit

Permalink
fixed errors in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 1, 2024
1 parent b6f7709 commit e76a6b3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ repository = "https://github.com/ivovellekoop/openwfs"
documentation = "https://openwfs.readthedocs.io/en/latest/"
classifiers = [
'Programming Language :: Python :: 3',
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
]
packages = [
{ include = "openwfs" },
{ include = "openwfs.algorithms" },
{ include = "openwfs.devices" },
{ include = "openwfs.processors" },
{ include = "openwfs.simulation" },
{ include = "openwfs.utilities" }
]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e76a6b3

Please sign in to comment.