Up Version with API

This commit is contained in:
Vyacheslav Anzhiganov 2016-06-14 08:09:38 +03:00
parent 7673e1b84c
commit 995acf1c5e

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup( setup(
name='SWSCloudCore', name='SWSCloudCore',
version='2.5.1', version='2.5.2',
author='Vyacheslav Anzhiganov', author='Vyacheslav Anzhiganov',
author_email='hello@anzhiganov.com', author_email='hello@anzhiganov.com',
packages=[ packages=[
@ -25,7 +25,6 @@ setup(
'SWSCloudCore.controllers.kb', 'SWSCloudCore.controllers.kb',
'SWSCloudCore.controllers.payments', 'SWSCloudCore.controllers.payments',
'SWSCloudCore.controllers.plans', 'SWSCloudCore.controllers.plans',
'SWSCloudCore.controllers.ServerAPI',
'SWSCloudCore.controllers.servers', 'SWSCloudCore.controllers.servers',
'SWSCloudCore.controllers.settings', 'SWSCloudCore.controllers.settings',
'SWSCloudCore.controllers.tasks', 'SWSCloudCore.controllers.tasks',