Skip to content
Snippets Groups Projects
Commit cc98b24be96e authored by Georges Racinet's avatar Georges Racinet
Browse files

heptapod Python package

will enclose everything except the upcoming heptapod extension.
parent e4df65c94c5e
No related branches found
No related tags found
No related merge requests found
# Heptapod Python components
## WSGI serving of repositories
Provided by `heptapod.wsgi` (not fully independent yet)
# Python package
setup.py 0 → 100644
from setuptools import setup
setup(
name='heptapod',
version='0.1.0',
author='Georges Racinet',
author_email='georges.racinet@octobus.net',
url='https://dev.heptapod.net/heptapod/py-heptapod',
description="Heptapod server-side Mercurial hooks, extension, etc.",
long_description=open('README.md').read(),
keywords='hg mercurial heptapod gitlab',
license='GPLv2+',
packages=['heptapod'],
install_requires=['Mercurial'],
)
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