You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data."
33
35
readme = "README.md"
34
36
license = {file = "LICENSE.txt"}
35
37
keywords = [
36
38
"database",
37
-
"data pipelines",
38
-
"scientific computing",
39
-
"automated research workflows",
39
+
"automated",
40
+
"automation",
41
+
"compute",
42
+
"data",
43
+
"pipeline",
44
+
"workflow",
45
+
"scientific",
46
+
"science",
47
+
"research",
48
+
"neuroscience",
49
+
"bioinformatics",
50
+
"bio-informatics",
51
+
"datajoint",
40
52
]
53
+
# https://pypi.org/classifiers/
41
54
classifiers = [
42
-
"Programming Language :: Python"
55
+
"Programming Language :: Python",
56
+
"Development Status :: 5 - Production/Stable",
57
+
"Intended Audience :: Science/Research",
58
+
"Intended Audience :: Healthcare Industry",
59
+
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
0 commit comments