-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from riptideio/dev
preparing for pymodbus 1.3.0
- Loading branch information
Showing
7 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ build/ | |
dist/ | ||
pymodbus.egg-info/ | ||
.coverage | ||
.vscode | ||
.idea | ||
.noseids |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
# ------------------------------------------------------------------- | ||
# if want to use the pymodbus serial stack, uncomment these | ||
# ------------------------------------------------------------------- | ||
#pyserial==2.6 | ||
#pyserial==3.3 | ||
# ------------------------------------------------------------------- | ||
# if you want to run the tests and code coverage, uncomment these | ||
# ------------------------------------------------------------------- | ||
#coverage==3.5.3 | ||
#mock==1.0b1 | ||
#nose==1.2.1 | ||
#pep8==1.3.3 | ||
#coverage==4.4 | ||
#mock==2.0.0 | ||
#nose==1.3.7 | ||
#pep8==1.7.0 | ||
# ------------------------------------------------------------------- | ||
# if you want to use the asynchronous version, uncomment these | ||
# ------------------------------------------------------------------- | ||
#Twisted==12.2.0 | ||
#zope.interface==4.0.1 | ||
#pyasn1==0.1.4 | ||
#pycrypto==2.6 | ||
#Twisted==17.1.0 | ||
#zope.interface==4.4.0 | ||
#pyasn1==0.2.3 | ||
#pycrypto==2.6.1 | ||
#wsgiref==0.1.2 | ||
#cryptography==1.8.1 | ||
# ------------------------------------------------------------------- | ||
# if you want to build the documentation, uncomment these | ||
# ------------------------------------------------------------------- | ||
#Jinja2==2.6 | ||
#Pygments==1.5 | ||
#Sphinx==1.1.3 | ||
#docutils==0.9.1 | ||
#Jinja2==2.9.6 | ||
#Pygments==2.2.0 | ||
#Sphinx==1.5.5 | ||
#docutils==0.13.1 | ||
#pydoctor==16.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,8 @@ | |
author = __author__, | ||
author_email = '[email protected]', | ||
maintainer = __author__, | ||
maintainer_email = 'bashwork@gmail.com', | ||
url='http://code.google.com/p/pymodbus/', | ||
maintainer_email = 'otlasanju@gmail.com', | ||
url='https://github.com/riptideio/pymodbus/', | ||
license = 'BSD', | ||
packages = find_packages(exclude=['examples', 'test']), | ||
exclude_package_data = {'' : ['examples', 'test', 'tools', 'doc']}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters