Skip to content

Commit f89a8dc

Browse files
committed
Add the consulate.models package to setup.py
1 parent 414bf25 commit f89a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extras_require={'unixsocket': ['requests-unixsocket>=0.1.4,<=1.0.0']},
1212
license='BSD',
1313
package_data={'': ['LICENSE', 'README.rst']},
14-
packages=['consulate', 'consulate.api'],
14+
packages=['consulate', 'consulate.api', 'consulate.models'],
1515
entry_points=dict(console_scripts=['consulate=consulate.cli:main']),
1616
classifiers=[
1717
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)