Skip to content

Commit

Permalink
[UPDATE] Updated setups
Browse files Browse the repository at this point in the history
  • Loading branch information
ctallec committed Mar 2, 2018
1 parent 45631ff commit ec45c2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
7 changes: 4 additions & 3 deletions setup.py
@@ -1,3 +1,4 @@
""" Setup file pyvarinf """
from setuptools import setup

main_version = '0'
Expand All @@ -6,10 +7,10 @@
version = main_version + '.' + subversion
setup(name='pyvarinf',
version=version,
url='https://gitlab.inria.fr/ctallec/VarInf',
author='Corentin Tallec',
url='https://github.com/ctallec/pyvarinf',
download_url='https://github.com/ctallec/pyvarinf/archive/0.1.tar.gz',
author='Corentin Tallec, Leonard Blier',
author_email='corentinxtallec@gmail.com',
license='MIT',
packages=['pyvarinf'],
zip_safe=False)

0 comments on commit ec45c2c

Please sign in to comment.