From 71ccdf10f371d5e114aa46b3a3986ca7c75e077c Mon Sep 17 00:00:00 2001 From: floydwch Date: Fri, 24 Mar 2017 21:13:16 +0800 Subject: [PATCH] update author info --- LICENSE | 2 +- setup.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 1fcf933..61997e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 floydsoft +Copyright (c) 2017 floydwch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index a388990..a2a4878 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = \ - 'https://github.com/floydsoft/kaggle-cli/blob/master/README.md' + 'https://github.com/floydwch/kaggle-cli/blob/master/README.md' setup( name=PROJECT, @@ -17,11 +17,11 @@ description='An unofficial Kaggle command line tool.', long_description=long_description, - author='floydsoft', - author_email='floydsoft@gmail.com', + author='floydwch', + author_email='floydwch@gmail.com', - url='https://github.com/floydsoft/kaggle-cli', - download_url='https://github.com/floydsoft/kaggle-cli/tarball/master', + url='https://github.com/floydwch/kaggle-cli', + download_url='https://github.com/floydwch/kaggle-cli/tarball/master', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License',