Skip to content

Commit

Permalink
Change package name from lie_workflow to mdstudio_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Nov 29, 2019
1 parent 8dc7225 commit 0aa8dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
static:
vendor: mdgroup
component: lie_workflow
component: mdstudio_workflow
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

# package: lie_workflow
# package: mdstudio_workflow
# file: setup.py
#
# Part of ‘lie_workflow’, a package providing WAMP microservice driven
# Part of ‘MDStudio_workflow’, a package providing WAMP microservice driven
# workflow management.
#
# Copyright © 2016 Marc van Dijk, VU University Amsterdam, the Netherlands
Expand All @@ -23,7 +23,7 @@

from setuptools import setup, find_packages

distribution_name = 'lie_workflow'
distribution_name = 'mdstudio_workflow'

setup(
name=distribution_name,
Expand Down

0 comments on commit 0aa8dba

Please sign in to comment.