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
| package_name | my_python_package | Name of the package. Avoid using spaces, dashes, or uppercase letters for the best experience across operating systems. |
62
62
| project_name | my-python-project | Name of the project that contains the package. Avoid using spaces or uppercase letters for the best experience across operating systems. |
63
63
| package_short_description | | The information that you enter here will end up in the README, documentation, license, and setup.cfg, so it may be a good idea to prepare something in advance. |
64
-
| keyword1 | keyword1 | A term that describes your package |
65
-
| keyword2 | keyword2 | Another term that describes your package |
64
+
| keyword1 | keyword1 | A term that describes your package.|
65
+
| keyword2 | keyword2 | Another term that describes your package.|
66
66
| version | 0.1.0 | |
67
67
| github_organization |<my-github-organization>| GitHub organization that will contain this project's repository. This can also be your GitHub user name. |
68
68
| license | Apache Software License 2.0 | The software license under which the code is made available. |
0 commit comments