setup.py: Add oxrlib.commands package.
This commit is contained in:
parent
0b6edde60c
commit
17ff9a8b71
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
|
|
||||||
packages=['oxrlib'],
|
packages=['oxrlib', 'oxrlib.commands'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': ['oxrquery = oxrlib.__main__:main'],
|
'console_scripts': ['oxrquery = oxrlib.__main__:main'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue