Skip to content

Commit

Permalink
Include default-config.ini in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcabd committed Jan 29, 2017
1 parent 4eb66ef commit b6b4036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = "arabic_reshaper",
description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic",
version = '2.0.0',
version = '2.0.1',
platforms = "ALL",
license = "GPL",
packages = ['arabic_reshaper'],
Expand All @@ -16,6 +16,7 @@
maintainer = "Abdullah Diab",
maintainer_email = "[email protected]",
package_dir = { 'arabic_reshaper' : '.' },
package_data = { 'arabic_reshaper' : [ 'default-config.ini' ] },
keywords = "arabic shaping reshaping reshaper",
url = "https://mpcabd.xyz/python-arabic-text-reshaper/",
download_url = "https://github.com/mpcabd/python-arabic-reshaper/tarball/master",
Expand All @@ -24,6 +25,7 @@
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit b6b4036

Please sign in to comment.