Permalink
Browse files

updates for PyPI

  • Loading branch information...
shawnmjones committed Jun 28, 2018
1 parent 2d2ce08 commit 497764e872bf3f7023854c7d633b81c4f93b7d9a
Showing with 5 additions and 3 deletions.
  1. +2 −3 README.md
  2. +2 −0 setup.cfg
  3. +1 −0 setup.py
View
@@ -4,10 +4,9 @@ Archive-It Utilties is a Python library for extracting information from Archive-
## Installation
After cloning this repository, change to source code the base directory and run:
`pip install`
This package is called `aiu` on PyPI. Installation is handled via `pip`:
The package is installed as `aiu`.
`pip install aiu`
## Using the `ArchiveItCollection` class
View
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
View
@@ -36,6 +36,7 @@ def find_version(*file_paths):
version=find_version("aiu", "version.py"),
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',
author='Shawn M. Jones',
author_email='jones.shawn.m@gmail.com',

0 comments on commit 497764e

Please sign in to comment.