-
Look at https://requires.io/github/audreyr/cookiecutter-pypackage/requirements/?branch=master and update the version number for each package, in each requirements file.
-
Should follow format from https://github.com/audreyr/cookiecutter-pypackage/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/LICENSE
and and use license information from https://opensource.org/licens…
-
This should follow the same pattern as https://github.com/audreyr/cookiecutter-pypackage/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/LICENSE. Dependent on #578.
-
Right now, if we just run `py.test` in cookiecutter-pypackage we get some errors because it tries to run the not-executable template tests.
We could add a `pytest.ini` so that people can type `py.tes…
-
I made a typo when entering the project name and then auto accepted the project_slug. See example:
```
project_name [Python Boilerplate]: test-project
project_slug [test-project]:
project_short_descr…
-
Hi,
The installation process fail on cleanup because of accentuated characters in error messages (French messages).
**The stack trace:**
``` python
[...]
Successfully installed cookiecutter click j…
-
For better usability and code maintenance please consider:
- Transforming this script into warberry python package. (For example: based on one of cookiecutter-templates);
- Add special system user _wa…
ghost updated
8 years ago
-
- Helpful, thanks!
- Would be helpful to have this package on PyPI (as-is)
- [x] requirements.txt: `wheel`, `twine`
- [x] Makefile (dist: `python setup.py sdist bdist_wheel`)
- [x] Makefile (rel…
-
We can rely on only setuptools nowadays.
-
My Github name includes my online nickname in quotes; when used with this package, the result is:
`author="Kenneth M. "Elf" Sternberg"`
... which results in an invalid setup.py. Escapes of some sor…