Skip to content

Commit

Permalink
Alloy/Alchemy command using python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUVJ2003 committed Oct 3, 2023
1 parent e895fc2 commit 3357a87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Geoffrey Hutchison",
"author": ["Geoffrey Hutchison", "Dhruv J"],
"version": 1.0,
"url": "https://github.com/openchemistry/avogadro-commands",
"name": "avogadro-commands",
Expand All @@ -8,6 +8,7 @@
"commands": [
{ "name": "Centroid", "command": "centroid.py" },
{ "name": "Flatten", "command": "flatten.py" },
{ "name": "Scale", "command": "scale.py" }
{ "name": "Scale", "command": "scale.py" },
{ "name": "Alloy", "command": "replace.py" }
]
}
11 changes: 0 additions & 11 deletions replace_plugin.json

This file was deleted.

0 comments on commit 3357a87

Please sign in to comment.