aboutsummaryrefslogtreecommitdiff
path: root/services/lazylibrarian/fix-setup.diff
blob: d86a2d72f81ffdf4e31e08de06db7d6b76a6887c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..bec3e4d2
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+recursive-include src/data *
diff --git a/pyproject.toml b/pyproject.toml
index b415e8cb..252f761e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,9 +2,6 @@
 requires = ["setuptools", "ez_setup"]
 build-backend = "setuptools.build_meta"
 
-[tool.setuptools.packages.find]
-where = ["lazylibrarian"]
-
 [project]
 name = "LazyLibrarian"
 version = "2025.01.09"
@@ -16,7 +13,7 @@ classifiers = [
 ]
 
 dependencies = [
-    'bs4',
+    'beautifulsoup4',
     'html5lib',
     'webencodings',
     'requests[use_chardet_on_py3]',
@@ -44,6 +41,9 @@ dependencies = [
 "Documentation" = "https://lazylibrarian.gitlab.io/"
 "Issue Tracker" = "https://gitlab.com/LazyLibrarian/LazyLibrarian/-/issues"
 
+[project.scripts]
+lazylibrarian = "LazyLibrarian:main"
+
 # Config file for pytest
 [tool.pytest.ini_options]
 pythonpath = "."