diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000000000000000000000000000000000000..b0e9aee289f44131d6ac6fb0cf8fc2a28a28ddd9 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include gso/migrations/*.py +include gso/migrations/*.mako +include gso/migrations/versions/*.py +include gso/translations/*.json diff --git a/setup.py b/setup.py index dfb10261429cff5d6ad93876fc8964eb564b65cc..9af4a76f008f72706bb5e5d8cf3e1a0d2ce101d8 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,7 @@ setup( "requests==2.31.0", "infoblox-client~=0.6.0", "pycountry==22.3.5", + "pynetbox==7.2.0", ], + include_package_data=True, )