File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'djangular' ,
10
- version = '0.2.3 ' ,
10
+ version = '0.2.4 ' ,
11
11
description = "A reusable app that provides better app integration with AngularJS." ,
12
12
long_description = """
13
- A reusable app that provides better app integration with Angular. Djangular allows you to create Angular content per
14
- app, instead of creating a single massive Angular application inside of Django. This allows you to selectively use
15
- apps per site, as well as create a consistent structure across all of your Django apps.
13
+ A reusable app that provides better app integration with AngularJS. Djangular
14
+ allows you to create AngularJS content per app, instead of creating a single
15
+ massive AngularJS application inside of Django. This allows you to selectively
16
+ use apps per site, as well as create a consistent structure across all of your
17
+ Django apps.
16
18
17
- This is intended to be a Django version of the Angular-Seed project (https://github.com/angular/angular-seed). The
18
- current mindset is to limit the amount of changes introduced by Djangular.
19
+ This is intended to be a Django version of the Angular-Seed project
20
+ (https://github.com/angular/angular-seed). The current mindset is to limit the
21
+ amount of changes introduced by Djangular.
19
22
""" ,
20
23
keywords = 'djangular django angular angularjs' ,
21
24
license = 'Apache' ,
You can’t perform that action at this time.
0 commit comments