Skip to content

Commit 056b86b

Browse files
committed
Update namespace
1 parent 7497630 commit 056b86b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools import setup, find_namespace_packages
1212

1313

14-
short_descr = "The Alinea.astk package provides utilities for simulation of FSPM models builds under alinea standards"
14+
short_descr = "The OpenAlea.astk package provides utilities for simulation of FSPM models builds under alinea standards"
1515
readme = open('README.md').read()
1616
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
1717

@@ -52,13 +52,13 @@ def data_rel_pth(pth):
5252

5353

5454
setup_kwds = dict(
55-
name='alinea.astk',
55+
name='openalea.astk',
5656
version=version_astk,
5757
description=short_descr,
5858
long_description=readme + '\n\n' + history,
5959
author="Christian Fournier, Guillaume Garin, Romain Chapuis, ",
6060
author_email="christian.fournier __at__ inrae.fr ",
61-
url='https://github.com/openalea-incubator/astk',
61+
url='https://github.com/openalea/astk',
6262
license='cecill-c',
6363
zip_safe=False,
6464

@@ -76,7 +76,6 @@ def data_rel_pth(pth):
7676
# change setup_kwds below before the next pkglts tag
7777

7878
setup_kwds['entry_points']['wralea'] = ['astk = openalea.astk_wralea']
79-
#setup_kwds['namespace_packages']=['alinea']
8079

8180
# do not change things below
8281
# {# pkglts, pysetup.call

0 commit comments

Comments
 (0)