Skip to content

Commit

Permalink
set setup license, modify authors list, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zalew committed Jul 20, 2013
1 parent 8cff7d7 commit 72050f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Jakub Zalewski http://zalew.net
Jakub Zalewski http://zalew.net
Javier García - Sogo
Gert Van Gool
2 changes: 1 addition & 1 deletion flickr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 4)
VERSION = (0, 3, 5)
DEV_STATUS = '3 - Alpha'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Jakub Zalewski',
author_email='[email protected]',
url='https://bitbucket.org/zalew/django-flickr',
license='public domain',
license='BSD license',
packages=find_packages(),
zip_safe=False,
package_data = {
Expand All @@ -21,9 +21,10 @@
'Development Status :: %s' % DEV_STATUS,
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: Public Domain',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Framework :: Django',
],
install_requires=[
Expand Down

0 comments on commit 72050f8

Please sign in to comment.