Skip to content

Commit acc6a5a

Browse files
author
Kenneth Jiang
committed
Rename package
1 parent b962d91 commit acc6a5a

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
indent_style = space
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.{py,rst,ini}]
14+
indent_size = 4
15+
16+
[*.{html,yml}]
17+
indent_size = 2
18+
19+
[LICENSE.txt]
20+
end_of_line = crlf
21+
insert_final_newline = false
22+
23+
[Makefile]
24+
indent_style = tab
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(name='django-request-logging',
44
version='0.1',
5-
description='Django middleware that logs http request body.'
5+
description='Django middleware that logs http request body.',
66
url='https://github.com/rhumbixsf/django-request-logging.git',
77
author='Kenneth Jiang',
88
author_email='kenneth@rhumbix.com',

0 commit comments

Comments
 (0)