Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit a551f36

Browse files
committed
fix: update python_requires and add missing entry point for qrmine
1 parent 2c6c174 commit a551f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Topic :: Scientific/Engineering :: Information Analysis",
1919
]
20+
python_requires = ">=3.11, <3.12"
2021
dependencies = [
2122
'importlib-metadata; python_version<"3.8"',
2223
"pandas",
@@ -77,6 +78,7 @@ testing = [
7778
# And any other entry points, for example:
7879
# pyscaffold.cli =
7980
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension
81+
qrmine = "qrmine.main:main_routine"
8082

8183
[project.scripts]
8284
qrmine = "qrmine.main:main_routine"

0 commit comments

Comments
 (0)