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
## Description
This updates the template to match what we've done in Sprout, along with
some other quality of life changes.
<!-- Select quick/in-depth as necessary -->
This PR needs a quick review.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 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
@@ -18,8 +18,6 @@ poetry init
18
18
19
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
20
21
-
You will need to set up Fly manually for now.
22
-
23
21
## Setting things up
24
22
25
23
Use the commands found in [`spaid`](https://github.com/seedcase-project/spaid) repo to run the next setup steps.
0 commit comments