From dd2211df314a914feaff88b339dd4c88ff9e7e6c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 11 May 2016 12:05:50 -0700 Subject: [PATCH] yes you can install brozzler from the outside world now! --- README.rst | 14 ++++---------- setup.py | 9 +++++---- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index cb61fdd..759f751 100644 --- a/README.rst +++ b/README.rst @@ -20,19 +20,15 @@ archiving. Installation ------------ -XXX These instructions don't work at the moment. Brozzler requires some -customized packages not easily installable in the outside world. I intend to -remedy the situation soon. - :: # set up virtualenv if desired - pip install git+https://github.com/nlevitt/brozzler.git + pip install brozzler Brozzler also requires a rethinkdb deployment. -Fonts for good screenshots --------------------------- +Fonts (for decent screenshots) +------------------------------ On ubuntu 14.04 trusty I installed these packages: @@ -42,12 +38,10 @@ fonts-arphic-ukai fonts-farsiweb fonts-nafees fonts-sil-abyssinica fonts-sil-ezra fonts-sil-padauk fonts-unfonts-extra fonts-unfonts-core ttf-indic-fonts fonts-thai-tlwg fonts-lklug-sinhala -Haven't looked much at the resulting screenshots yet though. - License ------- -Copyright 2015 Internet Archive +Copyright 2015-2016 Internet Archive Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may diff --git a/setup.py b/setup.py index 73ceca3..1d177a2 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,9 @@ import setuptools import glob -setuptools.setup(name='brozzler', - version='1.1.dev10', +setuptools.setup( + name='brozzler', + version='1.1.dev11', description='Distributed web crawling with browsers', url='https://github.com/nlevitt/brozzler', author='Noah Levitt', @@ -41,10 +42,10 @@ setuptools.setup(name='brozzler', 'rethinkstuff', 'rethinkdb>=2.3,<2.4', 'psutil', - ], + ], zip_safe=False, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3.4',