Skip to content

Commit

Permalink
Update some pypi package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
GatienVilain committed Aug 29, 2023
1 parent 33ea7a5 commit 034f933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 034f933

Please sign in to comment.