-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
33ea7a5
commit 034f933
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
setup( | ||
# Check https://setuptools.pypa.io/en/latest/references/keywords.html for a full list of keywords | ||
name = "tradesim", | ||
version = "0.2.1", | ||
version = "0.2.2", | ||
description = ( | ||
"A stock market site simulator for collecting data on stocks carried out by the trader." | ||
), | ||
long_description=io.open("README.md", encoding="utf-8").read(), | ||
long_description_content_type="text/markdown", | ||
author="Kevin EL HADDAD, Capucine FOUILLARD, Paul HERBEAU, Gatien VILAIN", | ||
author_email="[email protected], [email protected], [email protected], [email protected]", | ||
author="Gatien VILAIN, Capucine FOUILLARD, Paul HERBEAU, Kevin EL HADDAD", | ||
author_email="[email protected], [email protected], [email protected], [email protected]", | ||
url = "https://github.com/kelhad00/trading_simulator", | ||
download_url = "https://github.com/kelhad00/trading_simulator/releases", | ||
packages=find_packages(), | ||
|