Skip to content

Commit

Permalink
daliuge 0.4.0
Browse files Browse the repository at this point in the history
Finally, we have a python package called dlg instead of dfms. Internally
it now also uses dlg as the root package name, and most of the
references to "dfms" are gone.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Oct 18, 2017
1 parent baa4af5 commit 92098e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 0
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0
RELEASE = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
VERSION_FILE = 'dlg/version.py'
Expand Down Expand Up @@ -110,7 +110,7 @@ def write_version_info():

# The rest is pretty standard thankfully
setup(
name='dfms',
name='dlg',
version=get_version_info()[0],
description=u'Data Activated \uF9CA (flow) Graph Engine - DALiuGE',
long_description = "The SKA-SDK prototype for the Execution Framework component",
Expand Down

0 comments on commit 92098e2

Please sign in to comment.