Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- src/pyproject.toml +2 -2
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,machine learning,reproducibility,visualization,gradio,gradio-template-File,protein]
|
4 |
-
title: gradio_molecule3d V0.0.
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,machine learning,reproducibility,visualization,gradio,gradio-template-File,protein]
|
4 |
+
title: gradio_molecule3d V0.0.4
|
5 |
+
colorFrom: gray
|
6 |
+
colorTo: gray
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
src/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molecule3d"
|
11 |
-
version = "0.0.
|
12 |
description = "Molecule3D custom component to visualize pdb or sdf files using 3Dmol.js"
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
@@ -44,7 +44,7 @@ classifiers = [
|
|
44 |
dev = ["build", "twine"]
|
45 |
|
46 |
[tool.hatch.build]
|
47 |
-
artifacts = ["/backend/gradio_molecule3d/templates", "*.pyi", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates"]
|
48 |
|
49 |
[tool.hatch.build.targets.wheel]
|
50 |
packages = ["/backend/gradio_molecule3d"]
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molecule3d"
|
11 |
+
version = "0.0.4"
|
12 |
description = "Molecule3D custom component to visualize pdb or sdf files using 3Dmol.js"
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
|
|
44 |
dev = ["build", "twine"]
|
45 |
|
46 |
[tool.hatch.build]
|
47 |
+
artifacts = ["/backend/gradio_molecule3d/templates", "*.pyi", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates", "backend/gradio_molecule3d/templates"]
|
48 |
|
49 |
[tool.hatch.build.targets.wheel]
|
50 |
packages = ["/backend/gradio_molecule3d"]
|