Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 19, 2024
1 parent e00e5cf commit 37f9913
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,22 @@ classifiers = [
'Programming Language :: Python',
]

[project.optional-dependencies]
plugins = ["protobuf", "dfdatetime"]

[project.scripts]
dfindexeddb = "dfindexeddb.indexeddb.cli:App"
dfleveldb = "dfindexeddb.leveldb.cli:App"

[tool.setuptools]
packages = [
"dfindexeddb",
"dfindexeddb.indexeddb",
"dfindexeddb",
"dfindexeddb.indexeddb",
"dfindexeddb.indexeddb.chromium",
"dfindexeddb.indexeddb.firefox",
"dfindexeddb.indexeddb.safari",
"dfindexeddb.indexeddb.safari",
"dfindexeddb.leveldb",
"dfindexeddb.leveldb.plugins",
]

[project.urls]
Expand Down

0 comments on commit 37f9913

Please sign in to comment.