Skip to content

Commit

Permalink
Merge pull request crate#64 from crate/dobe/removecrash
Browse files Browse the repository at this point in the history
Dobe/removecrash
  • Loading branch information
dobe committed Mar 13, 2014
2 parents ee4711f + 2a0324c commit bd75992
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 800 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes for crate
Unreleased
==========

- removed the crate shell ``crash`` from this package. it will live
now under the name ``crate-shell`` on pypi.

2014/03/12 0.6.0
================
Expand Down
8 changes: 0 additions & 8 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@ versions = versions
show-picked-versions = true

parts = test
scripts
crate
tox

[tox]
recipe = zc.recipe.egg:script
eggs = tox

[scripts]
recipe = zc.recipe.egg:script
interpreter = py
eggs = crate
crate [test,sqlalchemy]
setuptools

[crate]
recipe = hexagonit.recipe.download
url = https://cdn.crate.io/downloads/releases/crate-${versions:crate_server}.tar.gz
Expand Down
170 changes: 0 additions & 170 deletions devtools/bootstrap.py

This file was deleted.

15 changes: 0 additions & 15 deletions devtools/buildout.cfg

This file was deleted.

78 changes: 0 additions & 78 deletions devtools/bundle.sh

This file was deleted.

15 changes: 1 addition & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@


requirements = [
'setuptools',
'requests>=2.0.1,<3.0',
'PrettyTable>=0.7,<0.8',
'appdirs>=1.2,<2.0',
'six'
]

if (2, 6) == sys.version_info[:2]:
requirements.append('argparse>=1.2.1')

if sys.platform == 'darwin':
requirements.append('readline>=6.2.4.1')
elif sys.platform == 'win32':
requirements.append('pyreadline>=1.7.1')


def read(path):
return open(os.path.join(os.path.dirname(__file__), path)).read()

Expand Down Expand Up @@ -75,9 +65,6 @@ def read(path):
packages=find_packages('src'),
namespace_packages=['crate'],
entry_points={
'console_scripts': [
'crash = crate.client.crash:main',
],
'sqlalchemy.dialects': [
'crate = crate.client.sqlalchemy:CrateDialect'
]
Expand Down
Loading

0 comments on commit bd75992

Please sign in to comment.