summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--LICENSE2
-rw-r--r--setup.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b1b6cd7..97324b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,4 @@
# Generate by setuptools
dist/
build/
-*.egg-info \ No newline at end of file
+*.egg-info
diff --git a/LICENSE b/LICENSE
index 6fb7ded..7567021 100644
--- a/LICENSE
+++ b/LICENSE
@@ -22,4 +22,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-==== \ No newline at end of file
+====
diff --git a/setup.py b/setup.py
index 624ea87..50692fb 100644
--- a/setup.py
+++ b/setup.py
@@ -14,5 +14,5 @@ setup(
license="MIT",
keywords="A library for VyOS routing setting",
- url="http://https://github.com/vyos/python-vyos-mgmt"
-) \ No newline at end of file
+ url="https://github.com/vyos/python-vyos-mgmt"
+)