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
7. Add a license file. Permissive licenses should be used if possible. **A [BSD license](https://opensource.org/licenses/BSD-3-Clause) is recommended.**
50
50
51
-
8. Make a release for the extension on GitHub with the version number specified. e.g. if version is 0.1.0, then this page should exist: https://github.com/NovelaDevops/ndx-fl-novela/releases/tag/0.1.0 . For instructions on how to make a release on GitHub see [here](https://help.github.com/en/github/administering-a-repository/creating-releases).
51
+
8. Make a release for the extension on GitHub with the version number specified. e.g. if version is 0.1.0, then this page should exist: https://github.com/NovelaDevops/ndx-franklab-novela/releases/tag/0.1.0 . For instructions on how to make a release on GitHub see [here](https://help.github.com/en/github/administering-a-repository/creating-releases).
52
52
53
53
9. Publish your updated extension on PyPi.
54
54
- Follow these directions: https://packaging.python.org/tutorials/packaging-projects/
55
55
- You may need to modify `setup.py`
56
-
- If your extension version is 0.1.0, then this page should exist: https://pypi.org/project/ndx-fl-novela/0.1.0
56
+
- If your extension version is 0.1.0, then this page should exist: https://pypi.org/project/ndx-franklab-novela/0.1.0
57
57
58
58
Once your GitHub release and ``setup.py`` are ready, publishing on PyPi:
59
59
```bash
@@ -67,13 +67,13 @@ repository.
67
67
11. Clone the fork onto your local filesystem.
68
68
69
69
12. Copy the directory `staged-extensions/example` to a new directory
0 commit comments