File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111from autoslug .fields import AutoSlugField
1212
1313
14- __version__ = '1.9.4-dev '
14+ __version__ = '1.9.4'
1515__all__ = ['AutoSlugField' ]
Original file line number Diff line number Diff line change 2121readme = open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )).read ()
2222
2323setup (
24- name = 'django-autoslug' ,
24+ name = 'lc- django-autoslug' ,
2525 version = __version__ ,
2626 packages = ['autoslug' ],
2727
3535 long_description = readme ,
3636 author = 'Andy Mikhailenko' ,
3737 author_email = 'neithere@gmail.com' ,
38- url = 'https://github.com/neithere /django-autoslug/' ,
39- download_url = 'https://github.com/neithere /django-autoslug/archive/master.zip' ,
38+ url = 'https://github.com/LeetCode-OpenSource /django-autoslug/' ,
39+ download_url = 'https://github.com/LeetCode-OpenSource /django-autoslug/archive/master.zip' ,
4040 license = 'GNU Lesser General Public License (LGPL), Version 3' ,
4141 keywords = 'django field slug auto unique transliteration i18n' ,
4242 classifiers = [
You can’t perform that action at this time.
0 commit comments