Skip to content

Commit 25e2999

Browse files
author
mbarber
committed
cleanup
1 parent cabc497 commit 25e2999

File tree

7 files changed

+5
-501
lines changed

7 files changed

+5
-501
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/s3.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# SECRETS FILE
33
secrets.config
4-
5-
4+
poetry.lock
5+
/.github/*
66
/htmlcov
77
/apidocs/build
88
# VS code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install openprotein-python
1515

1616
or with conda:
1717
```
18-
conda install -c openprotein openprotein_python
18+
conda install -c openprotein openprotein-python
1919
```
2020
## Requirements
2121

apidocs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conda
1414
------
1515
.. code-block:: bash
1616
17-
conda install -c openprotein openprotein_python
17+
conda install -c openprotein openprotein-python
1818
1919
Github
2020
--------

0 commit comments

Comments
 (0)