diff --git a/ipcalc.py b/ipcalc.py index 53372a1..1ea382a 100644 --- a/ipcalc.py +++ b/ipcalc.py @@ -11,6 +11,7 @@ About ===== + This module allows you to perform network calculations. References diff --git a/setup.py b/setup.py index 3312398..470f4ef 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python from distutils.core import setup +#print("this is nicky") setup(name='ipcalc', version='1.99.0',