Skip to content

Commit

Permalink
Merge pull request #229 from mtconnect/brian-remove-dev-references
Browse files Browse the repository at this point in the history
Remove cppagent_dev references
  • Loading branch information
wsobel authored Jun 1, 2022
2 parents 72a5e11 + 2a127b8 commit 4356be7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CppAgentConan(ConanFile):
name = "mtconnect_cppagent"
version = "2.0"
generators = "cmake"
url = "https://github.com/mtconnect/cppagent_dev.git"
url = "https://github.com/mtconnect/cppagent.git"
license = "Apache License 2.0"
settings = "os", "compiler", "arch", "build_type", "arch_build"
options = { "run_tests": [True, False], "build_tests": [True, False], "without_python": [True, False],
Expand Down
2 changes: 1 addition & 1 deletion src/python/embedded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ namespace mtconnect {
PyConfig_Read(&config);
config.dev_mode = true;
PyWideStringList_Append(&config.module_search_paths,
L"/Users/will/projects/MTConnect/agent/cppagent_dev/modules");
L"/Users/will/projects/MTConnect/agent/cppagent/modules");
Py_InitializeFromConfig(&config);
PyConfig_Clear(&config);

Expand Down
4 changes: 2 additions & 2 deletions unix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Clone from github
-----

$ mkdir agent; cd agent
$ git clone git@github.com:mtconnect/cppagent_dev.git
$ cd cppagent_dev
$ git clone git@github.com:mtconnect/cppagent.git
$ cd cppagent
$ git submodule init
$ git submodule update

Expand Down

0 comments on commit 4356be7

Please sign in to comment.