diff --git a/.blazar.yaml b/.blazar.yaml new file mode 100644 index 0000000..5f751bf --- /dev/null +++ b/.blazar.yaml @@ -0,0 +1,8 @@ +env: + HS_SETTINGS_CLASS: HudsonCoreLibs + +buildpack: + host: git.hubteam.com + organization: HubSpotProtected + repository: Blazar-Buildpack-Python + branch: master diff --git a/requirements.pip b/requirements.pip deleted file mode 100644 index 20ea090..0000000 --- a/requirements.pip +++ /dev/null @@ -1,5 +0,0 @@ -# tested on python 2.6 - -nose==1.2.1 -unittest2==0.5.1 -simplejson==2.2.1 diff --git a/setup.py b/setup.py index 540801c..f2c8299 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='hapipy', - version='2.10.5', + version='2.10.6', description="A python wrapper around HubSpot's APIs", long_description=open('README.md').read(), author='HubSpot Dev Team',