-
-
Notifications
You must be signed in to change notification settings - Fork 86
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 #17 from thombashi/develop
Develop - Add packet corruption rate support - Add network latency distribution support
- Loading branch information
Showing
8 changed files
with
554 additions
and
401 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
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 |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
import setuptools | ||
import sys | ||
|
||
import tcconfig | ||
|
||
|
||
MISC_DIR = "misc" | ||
REQUIREMENT_DIR = "requirements" | ||
|
@@ -27,7 +29,7 @@ | |
|
||
setuptools.setup( | ||
name="tcconfig", | ||
version="0.3.0", | ||
version=tcconfig.VERSION, | ||
author="Tsuyoshi Hombashi", | ||
author_email="[email protected]", | ||
url="https://github.com/thombashi/tcconfig", | ||
|
Oops, something went wrong.