Skip to content

Commit 71bd371

Browse files
committed
Updated pypi package status to beta.
1 parent dc62bf3 commit 71bd371

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

client/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012 OpDemand LLC
1+
Copyright 2013 OpDemand LLC
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

client/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
deis: Command-line client for your PaaS
2-
=======================================
1+
deis
2+
====
33

44
.. image:: https://badge.fury.io/py/deis.png
55
:target: http://badge.fury.io/py/deis
@@ -13,10 +13,10 @@ deis: Command-line client for your PaaS
1313
What is Deis?
1414
-------------
1515

16-
Deis is an open source PaaS inspired by Heroku, that makes it easy to deploy
17-
and scale LXC containers used to host applications, databases, middleware and
18-
other services. Deis leverages Docker, Chef and Heroku Buildpacks to provide a
19-
private PaaS that is lightweight and flexible.
16+
Deis is an open source *Platform-as-a-Service* (PaaS) inspired by Heroku that
17+
makes it easy to deploy and scale LXC containers used to host applications,
18+
databases, middleware and other services. Deis leverages Docker, Chef and
19+
Heroku Buildpacks to provide a private PaaS that is lightweight and flexible.
2020

2121
Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
2222
Clojure, PHP, Dart and Go. However, Deis can deploy *anything* using Heroku

client/setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from distutils.core import setup
1212
USE_SETUPTOOLS = False
1313

14-
from deis.client import __version__
15-
16-
1714
try:
1815
LONG_DESCRIPTION = open('README.rst').read()
1916
except IOError:
@@ -42,9 +39,9 @@
4239
author='OpDemand',
4340
author_email='info@opdemand.com',
4441
url='https://github.com/opdemand/deis',
45-
keywords=['opdemand', 'deis', 'cloud', 'aws', 'ec2', 'heroku'],
42+
keywords=['opdemand', 'deis', 'cloud', 'aws', 'ec2', 'heroku', 'docker'],
4643
classifiers=[
47-
'Development Status :: 5 - Production/Stable',
44+
'Development Status :: 4 - Beta',
4845
'Environment :: Console',
4946
'Intended Audience :: Developers',
5047
'Intended Audience :: Information Technology',

0 commit comments

Comments
 (0)