Commit 4ab1a5c6 authored by Sebastian Kreisel's avatar Sebastian Kreisel

Add: setup.py for sdist via pypi

parent 17695e13
/dist
*.egg-info
\ No newline at end of file
This diff is collapsed.
# -*- coding: utf-8 -*-
from setuptools import setup
setup(
name='jupyter_erp5_storage',
version='0.0.1',
packages=['jiocontents'],
package_data = {
'': ['*.js', '*.html']
},
# PyPI Data
author='Sebastian Kreisel',
author_email='sebastian.kreisel@nexedi.com',
description='ERP5 Storage for jupyter',
keywords='renderjs erp5 storage jupyter nbextension',
license='GPL 2',
url='https://lab.nexedi.com/Kreisel/jupyter-renderjs'
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment