Skip to content

Commit ec45c2c

Browse files
committed
[UPDATE] Updated setups
1 parent 45631ff commit ec45c2c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
""" Setup file pyvarinf """
12
from setuptools import setup
23

34
main_version = '0'
@@ -6,10 +7,10 @@
67
version = main_version + '.' + subversion
78
setup(name='pyvarinf',
89
version=version,
9-
url='https://gitlab.inria.fr/ctallec/VarInf',
10-
author='Corentin Tallec',
10+
url='https://github.com/ctallec/pyvarinf',
11+
download_url='https://github.com/ctallec/pyvarinf/archive/0.1.tar.gz',
12+
author='Corentin Tallec, Leonard Blier',
1113
author_email='[email protected]',
1214
license='MIT',
1315
packages=['pyvarinf'],
1416
zip_safe=False)
15-

0 commit comments

Comments
 (0)