Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
floydwch committed Mar 24, 2017
1 parent 81cbe45 commit 71ccdf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -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,
Expand All @@ -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',
Expand Down

0 comments on commit 71ccdf1

Please sign in to comment.