-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dorklein
authored and
dorklein
committed
Oct 6, 2020
1 parent
3cc6b73
commit d8a165c
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
setup( | ||
name='gics', | ||
packages=['gics'], | ||
version='0.1-alpha.3', | ||
version='0.1-alpha.4', | ||
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository | ||
description='This library provides a way to parse, manipulate and analyze GICS codes.', | ||
author='Dor Klein', | ||
author_email='[email protected]', | ||
url='https://github.com/dorklein/py-gics', | ||
download_url='https://github.com/dorklein/py-gics/archive/v0.1-alpha.3.tar.gz', | ||
download_url='https://github.com/dorklein/py-gics/archive/v0.1-alpha.4.tar.gz', | ||
keywords=['GICS', 'Global Industry Classification Standard'], # Keywords that define your package best | ||
install_requires=[], | ||
classifiers=[ | ||
|