-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from python-project-templates/tkp/rename
Prep for rename of folders/projects
- Loading branch information
Showing
5 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ add_extension: cpp | |
email: [email protected] | ||
github: python-project-templates | ||
project_description: A C++-Python project template | ||
project_name: cpp template | ||
project_name: python template cpp | ||
python_version_primary: '3.11' | ||
team: Python Project Template Authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ add_extension: js | |
email: [email protected] | ||
github: python-project-templates | ||
project_description: A JavaScript-Python project template | ||
project_name: js template | ||
project_name: python template js | ||
python_version_primary: '3.11' | ||
team: Python Project Template Authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ add_extension: jupyter | |
email: [email protected] | ||
github: python-project-templates | ||
project_description: A Jupyter-Python project template | ||
project_name: jupyter template | ||
project_name: python template jupyter | ||
python_version_primary: '3.11' | ||
team: Python Project Template Authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ add_extension: rust | |
email: [email protected] | ||
github: python-project-templates | ||
project_description: A Rust-Python project template | ||
project_name: rust template | ||
project_name: python template rust | ||
python_version_primary: '3.9' | ||
team: Python Project Template Authors |