File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 3939 maintainer_email = 'rmogilatov@gmail.com' ,
4040 url = 'https://github.com/ets-labs/python-dependency-injector' ,
4141 download_url = 'https://pypi.python.org/pypi/dependency_injector' ,
42- install_requires = requirements ,
43- # extras_require={
44- # 'yaml': [
45- # 'pyyaml',
46- # ],
47- # },
42+ packages = [
43+ 'dependency_injector' ,
44+ ],
4845 package_dir = {
4946 '' : 'src' ,
5047 },
48+ package_data = {
49+ 'dependency_injector' : ['*.pxd' ],
50+ },
5151 ext_modules = [
5252 Extension ('dependency_injector.containers' ,
5353 ['src/dependency_injector/containers.c' ],
5858 define_macros = list (defined_macros .items ()),
5959 extra_compile_args = ['-O2' ]),
6060 ],
61- package_data = {
62- 'dependency_injector' : ['*.pxd' ],
61+ install_requires = requirements ,
62+ extras_require = {
63+ 'yaml' : [
64+ 'pyyaml' ,
65+ ],
6366 },
6467 zip_safe = True ,
6568 license = 'BSD New' ,
You can’t perform that action at this time.
0 commit comments