lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit 6f565972da75ba1e0443561c43a25dd87cd798f4
2
Author: Connor Etherington <[email protected]>
3
Date:   Mon Apr 1 19:39:46 2024 +0200
4
5
    Auto-Commit Update - 20240401
6
---
7
 lfpreviewer/pyproject.toml | 23 +----------------------
8
 1 file changed, 1 insertion(+), 22 deletions(-)
9
10
diff --git a/lfpreviewer/pyproject.toml b/lfpreviewer/pyproject.toml
11
index 2d59f9e..9787c3b 100644
12
--- a/lfpreviewer/pyproject.toml
13
+++ b/lfpreviewer/pyproject.toml
14
@@ -1,24 +1,3 @@
15
 [build-system]
16
-requires = ["setuptools>=42", "wheel"]
17
+requires = ["setuptools", "wheel"]
18
 build-backend = "setuptools.build_meta"
19
-
20
-[project]
21
-name = "lfpreviewer"
22
-version = "1.0.1"
23
-description = "Image Previewer for LFP"
24
-authors = [{name = "Kaiyin Zhong", email = "[email protected]"}]
25
-license = {text = "MIT/X Consortium License"}
26
-classifiers = [
27
-    "Environment :: Console",
28
-    "Environment :: X11 Applications",
29
-    "Operating System :: POSIX :: Linux",
30
-]
31
-requires-python = ">=3.6"
32
-dependencies = [
33
-    "docopt",
34
-    "attrs>=18.2.0",
35
-    "pillow",
36
-]
37
-
38
-[project.scripts]
39
-lfpreviewer = "lfpreviewer.__main__:main"