Merge pull request #302 from internetarchive/pypi_1dot6dot2

minor updates for v.1.6.2, on pypi at https://pypi.org/project/brozzler/1.6.2/
This commit is contained in:
Barbara Miller 2024-11-05 17:37:32 -08:00 committed by GitHub
commit d079409a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[project]
name = "brozzler_ia"
name = "brozzler"
authors = [
{ name="Noah Levitt", email="nlevitt@archive.org" },
]

View File

@ -34,7 +34,7 @@ def find_package_data(package):
setuptools.setup(
name="brozzler",
version="1.6.1",
version="1.6.2",
description="Distributed web crawling with browsers",
url="https://github.com/internetarchive/brozzler",
author="Noah Levitt",