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 11
11
from autoslug .fields import AutoSlugField
12
12
13
13
14
- __version__ = '1.9.4-dev '
14
+ __version__ = '1.9.4'
15
15
__all__ = ['AutoSlugField' ]
Original file line number Diff line number Diff line change 21
21
readme = open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )).read ()
22
22
23
23
setup (
24
- name = 'django-autoslug' ,
24
+ name = 'lc- django-autoslug' ,
25
25
version = __version__ ,
26
26
packages = ['autoslug' ],
27
27
35
35
long_description = readme ,
36
36
author = 'Andy Mikhailenko' ,
37
37
author_email = '[email protected] ' ,
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' ,
40
40
license = 'GNU Lesser General Public License (LGPL), Version 3' ,
41
41
keywords = 'django field slug auto unique transliteration i18n' ,
42
42
classifiers = [
You can’t perform that action at this time.
0 commit comments