File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66setup (
77 name = "arabic_reshaper" ,
88 description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic" ,
9- version = '2.0.0 ' ,
9+ version = '2.0.1 ' ,
1010 platforms = "ALL" ,
1111 license = "GPL" ,
1212 packages = ['arabic_reshaper' ],
1616 maintainer = "Abdullah Diab" ,
1717 maintainer_email = "[email protected] " ,
1818 package_dir = { 'arabic_reshaper' : '.' },
19+ package_data = { 'arabic_reshaper' : [ 'default-config.ini' ] },
1920 keywords = "arabic shaping reshaping reshaper" ,
2021 url = "https://mpcabd.xyz/python-arabic-text-reshaper/" ,
2122 download_url = "https://github.com/mpcabd/python-arabic-reshaper/tarball/master" ,
2425 "Operating System :: OS Independent" ,
2526 "Programming Language :: Python :: 2.7" ,
2627 "Programming Language :: Python :: 3.5" ,
28+ "Programming Language :: Python :: 3.6" ,
2729 "Topic :: Software Development :: Libraries :: Python Modules" ,
2830 ],
2931 )
You can’t perform that action at this time.
0 commit comments