Skip to content

Commit

Permalink
Merge pull request #27 from pradal/namespace
Browse files Browse the repository at this point in the history
Update namespace
  • Loading branch information
pradal authored Jan 24, 2024
2 parents 9a3be6e + d4a4f69 commit 60773c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ def data_rel_pth(pth):
description=short_descr,
long_description=readme + '\n\n' + history,
author="Christian Fournier, Guillaume Garin, Romain Chapuis, ",
author_email="christian.fournier __at__ supagro.inra.fr, guillaume.garin __at__ itk.fr, romain.chapuis __at__ supagro.inra.fr, ",
author_email="christian.fournier __at__ inrae.fr ",
url='https://github.com/openalea-incubator/astk',
license='cecill-c',
zip_safe=False,

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

include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion src/alinea/astk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

major = 2
minor = 4
post = 0
post = 1

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

0 comments on commit 60773c7

Please sign in to comment.