bottlepy / bottle-boilerplate

Boilerplate code for new Bottle projects
MIT License
30 stars 8 forks source link

bottle-boilerplate command does not exists when install via pip #9

Open lamenezes opened 8 years ago

lamenezes commented 8 years ago

event after commit 9a26aaf8 (re)changing the entry point from bottle to bottle-boilerplate when installing bottle-boilerplate the entry point is "bottle" and not "bottle-boilerplate" as it should be.

davidak commented 8 years ago
$ bottle startproject YOUR-PROJECT-NAME
Bottle Boilerplate start new project...
Cloning into 'cookiecutter-bottle'...
remote: Counting objects: 92, done.
remote: Total 92 (delta 0), reused 0 (delta 0), pack-reused 92
Unpacking objects: 100% (92/92), done.
Checking connectivity... done.
$ cd yourprojectname/
patarapolw commented 6 years ago

I clone the project from bottlepy and somehow python setup.py install do make bottle-boilerplate work.

I wonder in on PyPI, the maintainer is still the same person?

lazakoa commented 2 years ago

The published version that you get with pip install is behind the latest HEAD. The console command has been renamed since v0.3 came out. Use bottle instead of bottle-boilerplate. Anyways this project looks pretty dead so I will leave it at that.