Skip to content

Commit b6b4036

Browse files
committed
Include default-config.ini in setup.py
1 parent 4eb66ef commit b6b4036

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
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'],
@@ -16,6 +16,7 @@
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",
@@ -24,6 +25,7 @@
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
)

0 commit comments

Comments
 (0)