Skip to content

Instantly share code, notes, and snippets.

@ionelmc
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionelmc/fae2e9189926d0014ba4 to your computer and use it in GitHub Desktop.
Save ionelmc/fae2e9189926d0014ba4 to your computer and use it in GitHub Desktop.
Template variable Default Description
project_name Verbose project name, used in headings (docs, readme, etc).
repo_name python-nameless Repository name on github.
package_name nameless Python package name (whatever you would import).
distribution_name nameless PyPI distribution name (what you would pip install).
c_extension_support no Support C extensions (will slighly change the outputted setup.py)
c_extension_optional yes Make C extensions optional (will allow your package to install even if extensions can't be compiled)
test_matrix_configurator yes Enable the test matrix generator script. If you don't have a huge number of test environments then probably you don't need this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment