File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 6
6
import sys
7
7
8
8
if __name__ == "__main__" :
9
- os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "require_license.tests.settings" )
9
+ os .environ .setdefault ("DJANGO_SETTINGS_MODULE" ,
10
+ "require_license.tests.settings" )
10
11
11
12
from django .core .management import execute_from_command_line
12
13
13
- sys .argv .insert (1 , ' test' )
14
+ sys .argv .insert (1 , " test" )
14
15
15
16
execute_from_command_line (sys .argv )
Original file line number Diff line number Diff line change 7
7
8
8
9
9
setup (
10
- name = "django-require-license" ,
11
- version = version ,
12
- license = "MIT" ,
13
- description = "License header for django-require projects." ,
14
- author = "Thijs Triemstra" ,
15
- author_email = "[email protected] " ,
16
- url = "https://github.com/collab-project/django-require-license" ,
17
- packages = [
10
+ name = "django-require-license" ,
11
+ version = version ,
12
+ license = "MIT" ,
13
+ description = "License header for django-require projects." ,
14
+ author = "Thijs Triemstra" ,
15
+
16
+ url = "https://github.com/collab-project/django-require-license" ,
17
+ packages = [
18
18
"require_license"
19
19
],
20
20
install_requires = [
21
21
"django-require"
22
22
],
23
23
keywords = "django requirejs plugin require.js" ,
24
- classifiers = [
24
+ classifiers = [
25
25
"Development Status :: 5 - Production/Stable" ,
26
26
"Environment :: Web Environment" ,
27
27
"Framework :: Django" ,
You can’t perform that action at this time.
0 commit comments