Skip to content

Commit

Permalink
Merge pull request #4 from machawk1/master
Browse files Browse the repository at this point in the history
Subtle repo tweaks
  • Loading branch information
shawnmjones committed Jan 27, 2019
2 parents 275dcf6 + 83b5188 commit 9018ddd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Build Status](https://travis-ci.org/shawnmjones/archiveit_utilities.svg?branch=master)](https://travis-ci.org/shawnmjones/archiveit_utilities)
[![Build Status](https://travis-ci.org/oduwsdl/archiveit_utilities.svg?branch=master)](https://travis-ci.org/oduwsdl/archiveit_utilities)

# Archive-It Utilities

Archive-It Utilties is a Python library for extracting information from Archive-It collections. Most work is currently done through a single class `ArchiveItCollection`, which performs screen-scraping in order to acquire general collection metadata, seed lists, and seed metadata.

## Installation

This package is called `aiu` on PyPI. Installation is handled via `pip`:
This package requires Python 3 and is called `aiu` on PyPI. Installation is handled via `pip`:

`pip install aiu`

Expand Down
2 changes: 1 addition & 1 deletion aiu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
name = __name__
version = __version__

user_agent_string = "{}/{} - See: https://github.com/shawnmjones/archiveit_utilities".format(name, version)
user_agent_string = "{}/{} - See: https://github.com/oduwsdl/archiveit_utilities".format(name, version)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def find_version(*file_paths):
description='Tools for for interacting with Archive-It.',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/shawnmjones/archiveit_utilities',
url='https://github.com/oduwsdl/archiveit_utilities',
author='Shawn M. Jones',
author_email='jones.shawn.m@gmail.com',
license='MIT',
Expand Down Expand Up @@ -67,4 +67,4 @@ def find_version(*file_paths):
'Programming Language :: Python :: 3.6',
],
keywords='webarchives memento'
)
)

0 comments on commit 9018ddd

Please sign in to comment.