Skip to content

Commit 60773c7

Browse files
authored
Merge pull request #27 from pradal/namespace
Update namespace
2 parents 9a3be6e + d4a4f69 commit 60773c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ def data_rel_pth(pth):
5757
description=short_descr,
5858
long_description=readme + '\n\n' + history,
5959
author="Christian Fournier, Guillaume Garin, Romain Chapuis, ",
60-
author_email="christian.fournier __at__ supagro.inra.fr, guillaume.garin __at__ itk.fr, romain.chapuis __at__ supagro.inra.fr, ",
60+
author_email="christian.fournier __at__ inrae.fr ",
6161
url='https://github.com/openalea-incubator/astk',
6262
license='cecill-c',
6363
zip_safe=False,
6464

65-
packages=find_namespace_packages(where='src', include=['alinea', 'alinea.*', 'astk_data']),
65+
packages=find_namespace_packages(where='src', include=['alinea.*', 'astk_data']),
6666
package_dir={'': 'src'},
6767

6868
include_package_data=True,

src/alinea/astk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
major = 2
55
minor = 4
6-
post = 0
6+
post = 1
77

88
__version__ = ".".join([str(s) for s in (major, minor, post)])
99
# #}

0 commit comments

Comments
 (0)