From 99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 7 Jun 2016 21:57:22 +0800 Subject: T83:Remove autogenerated files from git. T84:Add proper .gitignore to the python management library. Fix a website address error in setup.py. Fix no newline at end of file --- .gitignore | 2 +- LICENSE | 2 +- setup.py | 4 ++-- 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" +) -- cgit v1.2.3