Skip to content
Snippets Groups Projects
Commit 6273b447 authored by Ed Summers's avatar Ed Summers
Browse files

fixes #57

parent 2475a073
No related branches found
Tags v3.0.4
No related merge requests found
include *.py
graft test
prune test
import pymarc
version = pymarc.__version__
from setuptools import setup, find_packages
from setuptools import setup
install_requires = []
try:
......@@ -32,7 +32,7 @@ setup(
author = 'Ed Summers',
author_email = 'ehs@pobox.com',
license = 'http://www.opensource.org/licenses/bsd-license.php',
packages = find_packages(),
py_modules = ['pymarc'],
install_requires = install_requires,
description = 'read, write and modify MARC bibliographic data',
classifiers = filter(None, classifiers.split('\n')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment