We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414bf25 commit f89a8dcCopy full SHA for f89a8dc
setup.py
@@ -11,7 +11,7 @@
11
extras_require={'unixsocket': ['requests-unixsocket>=0.1.4,<=1.0.0']},
12
license='BSD',
13
package_data={'': ['LICENSE', 'README.rst']},
14
- packages=['consulate', 'consulate.api'],
+ packages=['consulate', 'consulate.api', 'consulate.models'],
15
entry_points=dict(console_scripts=['consulate=consulate.cli:main']),
16
classifiers=[
17
'Development Status :: 5 - Production/Stable',
0 commit comments