Skip to content

Commit e12f15d

Browse files
committed
Update setup.py
1 parent a5b38c7 commit e12f15d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88

99
setup(
1010
name='django-licensing',
11-
version='0.2.3',
11+
version='0.2.4',
1212
packages=['licensing'],
13-
package_data={
14-
'licensing': [
15-
'locale/*/LC_MESSAGES/django.po',
16-
'fixtures/initial_data.json'
17-
]
18-
},
1913
include_package_data=True,
2014
license='Public Domain',
2115
description='A Django model and data for adding licensing info to data.',
2216
long_description=README,
2317
url='http://github.com/editorsnotes/django-licensing',
24-
download_url='http://github.com/editorsnotes/django-licensing/tarball/0.2.3',
18+
download_url='http://github.com/editorsnotes/django-licensing/tarball/0.2.4',
2519
author='Ryan Shaw',
2620
author_email='[email protected]',
2721
keywords = ['django', 'licenses', 'licences'],

0 commit comments

Comments
 (0)