We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bd6dec + 7b7b529 commit ada7527Copy full SHA for ada7527
MANIFEST.in
README.rst
@@ -43,7 +43,7 @@ Or if you want to install directly from the repository:
43
44
.. code-block:: console
45
46
- $ python setup.py install
+ $ pip install .
47
48
Usage
49
=====
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-build-backend = "setuptools.build_meta"
3
-requires = [ "setuptools" ]
+build-backend = "hatchling.build"
+requires = [ "hatchling" ]
4
5
[project]
6
name = "pysolr"
@@ -35,9 +35,8 @@ dev = [
35
"pre-commit>=4.4",
36
]
37
38
-[tool.setuptools]
39
-py-modules = [ "pysolr" ]
40
-include-package-data = false
+[tool.hatch.build.targets.sdist]
+exclude = [ ".github" ]
41
42
[tool.ruff]
lint.select = [
0 commit comments