OpenAstronomy / packaging-guide

A generic Python packaging guide and template. Slightly focused more towards scientific packages.
https://packaging-guide.openastronomy.org
41 stars 23 forks source link

Bugfix and docs corrections #34

Closed bmorris3 closed 1 year ago

bmorris3 commented 1 year ago

The main landing page still says to use pieceofcake, but the command was reverted to cookiecutter.

Also, I updated to cookiecutter==2.1.1 and the output dir path must be specified after -o <path>, so I've added that flag.

Cadair commented 1 year ago

Thanks again!