Skip to content

Commit

Permalink
Prep for pushing to Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Op 't Eynde committed May 4, 2017
1 parent 39c42de commit c595eff
Show file tree
Hide file tree
Showing 31 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) City Live nv and individual contributors.
Copyright (c) Unleashed NV and individual contributors.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

setup(
name='django-ajax-utilities',
version='2.0.0',
version='1.2.7',
url='https://github.com/vikingco/django-ajax-utilities',
license='BSD',
description='Pagination, xhr and tabbing utilities for the Django framework.',
long_description=open('README', 'r').read(),
author='Unleashed nv',
packages=find_packages('src'),
author='Unleashed NV',
author_email='operations@unleashed.be',
packages=find_packages('.'),
package_data={'django_ajax': [
'static/*.js', 'static/*/*.js', 'static/*/*/*.js',
'static/*.css', 'static/*/*.css', 'static/*/*/*.css',
'static/*.png', 'static/*/*.png', 'static/*/*/*.png', 'static/*/*/*/*.png',
'static/*.gif', 'static/*/*.gif', 'static/*/*/*.gif', 'static/*/*/*/*.gif',
'templates/*.html', 'templates/*/*.html', 'templates/*/*/*.html'
]},
zip_safe=False, # Don't create egg files, Django cannot find templates in egg files.
zip_safe=False,
include_package_data=True,
package_dir={'': 'src'},
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python',
Expand Down

0 comments on commit c595eff

Please sign in to comment.