Closed NiklasRosenstein closed 8 years ago
+1
On Mon, Apr 25, 2016, 4:47 AM Niklas Rosenstein notifications@github.com wrote:
I think it might look more natural to have the .py suffix on these files since they essentially are Python files.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/craftr-build/craftr/issues/95
While we're at it, I suggest all the following changes to the file naming scheme:
old name/scheme | new name/scheme |
---|---|
Craftfile |
Craftfile.py |
.craftrc |
craftrc.py |
<some_module>.craftr |
craftr.ext.<some_module>.py |
I think it might look more natural to have the
.py
suffix on these files since they essentially are Python files.