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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Template for Seedcase Python projects
1
+
# Template for Seedcase Python packages
2
2
3
-
This repository contains a template for setting up new Python (with Django) projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
3
+
This repository contains a template for setting up new Python package projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
4
4
5
5
```bash
6
6
# NAME is the name to give the new repository
@@ -16,9 +16,7 @@ cd new-project
16
16
poetry init
17
17
```
18
18
19
-
Search for `NAME` and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
20
-
21
-
You will need to set up Fly manually for now.
19
+
Search for `NAME`, `PACKAGE-NAME`, and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
0 commit comments