Skip to content
Snippets Groups Projects
Commit 470ac967 authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

packaging

parent 5acc6661
No related branches found
No related tags found
No related merge requests found
from setuptools import setup, find_packages
import os
import estimevent
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
......@@ -17,8 +18,8 @@ CLASSIFIERS = [
setup(
author="Webu",
author_email="contact@webu.coop",
name='estim-event',
version='0.0.1',
name='estimevent',
version=estimevent.__version,
description='ESTIM Event API',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
url='https://dev.webu.coop/shared/estimevent',
......
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from estimevent.api import EstimEventAPI
from estimevent.api import EstimEventError
__version__ = '0.0.1'
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