Skip to content
Snippets Groups Projects
Commit c9168f88 authored by gabriele-h's avatar gabriele-h
Browse files

Prepare Pypi packaging

parent 0393c22c
Branches
No related tags found
No related merge requests found
setup.py 0 → 100644
import setuptools
with open ("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="catalogue-onb-labs",
version="2019.06",
author="ÖNB Labs Team",
author_email="labs@onb.ac.at",
description="Ex Libris Alma interfaces and MARC tools",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://labs.onb.ac.at/gitlab/labs-team/catalogue",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment