Skip to content

Commit 9d53dec

Browse files
author
Janneke van der Zwaan
committed
Add remark about using dashes and spaces in the project_slug
1 parent 2508ab7 commit 9d53dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You will be asked to supply the following information:
8888
| Name | Default value | Explanation |
8989
| ------------------------- | ------------- | ----------- |
9090
| project_name | My Python Project | Full project/package name. |
91-
| project_slug | my_python_project | This will be the name of the directory to be created and the git repository. |
91+
| project_slug | my_python_project | This will be the name of the directory to be created and the git repository. It is safest not to use dashes (-) or spaces in this name. |
9292
| project_short_description | | The information that you enter here will end up in the README, documentation, license, and setup.py, so it may be a good idea to prepare something in advance. |
9393
| version | 0.1.0 | |
9494
| github_organization | | GitHub organization that will contain this project's repository. This can also be your github user name. |

0 commit comments

Comments
 (0)