summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdministrator <michellehzg@gmail.com>2016-06-07 21:57:22 +0800
committerAdministrator <michellehzg@gmail.com>2016-06-07 21:57:22 +0800
commit99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15 (patch)
treeecf4e532b5937ae63dd2d106a92a7cc645736b69
parentf8d0e73aec33cb625440e26c431106a25cbb32ee (diff)
downloadpython-vyos-mgmt-99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15.tar.gz
python-vyos-mgmt-99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15.zip
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
-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"
+)