File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ build
2+ dist
3+ * .pyc
4+ BabelDjango.egg-info
Original file line number Diff line number Diff line change 1+ BabelDjango is written and maintained by the BabelDjango team and various
2+ contributors:
3+
4+ Maintainer and Current Project Lead:
5+
6+ - Christopher Lenz <cmlenz@gmail.com>
7+
8+ Contributors:
9+
10+ - Felix Schwarz <felix.schwarz@oss.schwarz.eu>
11+ - Jeroen Ruigrok van der Werven <asmodai@in-nomine.org>
12+ - Ramiro Morales <cramm0@gmail.com>
13+
14+ BabelDjango was previously developed under the Copyright of Edgewall Software.
15+ The following copyright notice holds true for releases before 2013: "Copyright
16+ (c) 2007 - 2011 by Edgewall Software"
Original file line number Diff line number Diff line change 1- Copyright (C) 2007 Edgewall Software
1+ Copyright (C) 2013 BabelDjango Team
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ gets updated.
9595Then, you run the ` pybabel update ` command to merge the changes into the
9696translation catalogs:
9797
98- ``` bash $ pybabel update -D django -i mypkg/locale/django.pot -d mypkg/locale
98+ ``` bash
99+ $ pybabel update -D django -i mypkg/locale/django.pot -d mypkg/locale
99100```
100101
101102This will update all the ` .po ` files found in the ` mypkg/locale ` directory.
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
3+ __version__ = '1.0-dev'
Original file line number Diff line number Diff line change 99setup (
1010 name = 'BabelDjango' ,
1111 description = 'Utilities for using Babel in Django' ,
12- version = '1.0' ,
12+ version = '1.0-dev ' ,
1313 license = 'BSD' ,
1414 author = 'Christopher Lenz' ,
1515 author_email = 'cmlenz@gmail.com' ,
1919 install_requires = ['Babel' ],
2020
2121 classifiers = [
22- 'Development Status :: 5 - Production/Stable ' ,
22+ 'Development Status :: 4 - Beta ' ,
2323 'Environment :: Web Environment' ,
2424 'Intended Audience :: Developers' ,
2525 'License :: OSI Approved :: BSD License' ,
2626 'Operating System :: OS Independent' ,
2727 'Programming Language :: Python' ,
28- 'Programming Language :: Python :: 3' ,
2928 'Topic :: Software Development :: Libraries :: Python Modules' ,
3029 ],
3130
You can’t perform that action at this time.
0 commit comments