summaryrefslogtreecommitdiff
path: root/.cruft.json
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 01:28:26 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 01:28:26 -0700
commit23c8ca019c7a281430dbdb5412031d61610f5ed6 (patch)
tree9a1efa36ffaf720759c023ec3f72b1f440756f3c /.cruft.json
parentdad13c0b7bd849ff6644f93a0254cc3a56e79590 (diff)
downloadisort-23c8ca019c7a281430dbdb5412031d61610f5ed6.tar.gz
Link to cruft project template
Diffstat (limited to '.cruft.json')
-rw-r--r--.cruft.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.cruft.json b/.cruft.json
new file mode 100644
index 00000000..65ead87d
--- /dev/null
+++ b/.cruft.json
@@ -0,0 +1,15 @@
+{
+ "template": "https://github.com/timothycrosley/cookiecutter-python/",
+ "commit": "28d4514e7f2a769c8014b8b5cd33ea24cfe3a53b",
+ "context": {
+ "cookiecutter": {
+ "full_name": "Timothy Crosley",
+ "email": "timothy.crosley@gmail.com",
+ "github_username": "timothycrosley",
+ "project_name": "isort",
+ "description": "A Python utility / library to sort Python imports.",
+ "version": "4.3.21",
+ "_template": "https://github.com/timothycrosley/cookiecutter-python/"
+ }
+ }
+} \ No newline at end of file