Skip to content

Commit

Permalink
Merge pull request #193 from sequence-toolbox/RnD
Browse files Browse the repository at this point in the history
[minor] update pyproject.toml
  • Loading branch information
caitaozhan authored Aug 30, 2024
2 parents 19f2d37 + 0bcf7e0 commit d47c944
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
[project]
name = "sequence"
version = "0.6.3.1"
authors = [
{name = "Xiaoliang Wu", email = "xwu64@hawk.iit.edu"},
{name = "Joaquin Chung", email = "chungmiranda@anl.gov"},
{name = "Alexander Kolar", email = "akolar@anl.gov"},
{name = "Alexander Kiefer", email = "akiefer@iu.edu"},
{name = "Eugene Wang", email = "eugenewang@yahoo.com"},
{name = "Tian Zhong", email = "tzh@uchicago.edu"},
{name = "Rajkumar Kettimuthu", email = "kettimut@mcs.anl.gov"},
{name = "Martin Suchara", email = "msuchara@anl.gov"},
{name = "Xiaoliang Wu, Joaquin Chung, Alexander Kolar, Alexander Kiefer, Eugene Wang, Tian Zhong, Rajkumar Kettimuthu, Martin Suchara", email = "chungmiranda@anl.gov"}
]
maintainers = [
{name = "Caitao Zhan", email = "czhan@anl.gov"}
]
version = "0.6.3"
description = "Simulator of QUantum Network Communication (SeQUeNCe) is an open-source tool that allows modeling of quantum networks including photonic network components, control protocols, and applications."
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["dependencies"]

keywords = ["quantum", "network", "discrete", "event", "simulator"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
Expand All @@ -32,4 +28,4 @@ sequence = ["gui/user_templates.json", "gui/default_params.json", "gui/starlight
Homepage = "https://github.com/sequence-toolbox/SeQUeNCe"
Documentation = "https://sequence-toolbox.github.io/"
Issues = "https://github.com/sequence-toolbox/SeQUeNCe/issues"
Change-log = "https://github.com/sequence-toolbox/SeQUeNCe/blob/master/CHANGELOG.md"
Changelog = "https://github.com/sequence-toolbox/SeQUeNCe/blob/master/CHANGELOG.md"

0 comments on commit d47c944

Please # to comment.