We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47db986 commit 9aac503Copy full SHA for 9aac503
arabic_reshaper/reshaper_config.py
@@ -12,7 +12,6 @@
12
import os
13
14
from configparser import ConfigParser
15
-from pkg_resources import resource_filename
16
17
from .letters import (UNSHAPED, ISOLATED, LETTERS_ARABIC)
18
from .ligatures import (SENTENCES_LIGATURES,
setup.py
@@ -19,8 +19,7 @@
19
license="MIT",
20
packages=['arabic_reshaper'],
21
install_requires=['configparser; python_version <"3"',
22
- 'future',
23
- 'setuptools'],
+ 'future'],
24
extras_require={
25
'with-fonttools': ['fonttools>=4.0; python_version >="3"',
26
'fonttools>=3.0,<4.0; python_version <"3"']
0 commit comments