mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
ci: change ci yml (#146)
* change ci yml * add PULL_REQUEST_TEMPLATE * change ci yml * change ci yml * Update .github/workflows/release.yml * Update .github/workflows/release.yml * Update .github/workflows/release.yml --------- Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
This commit is contained in:
+3
-5
@@ -4,7 +4,6 @@ requires = [
|
||||
"setuptools",
|
||||
"setuptools-scm",
|
||||
]
|
||||
root = "rdagent"
|
||||
|
||||
[project]
|
||||
authors = [
|
||||
@@ -16,23 +15,22 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
]
|
||||
description = "Research & Development Agent"
|
||||
dynamic = [
|
||||
"dependencies",
|
||||
"optional-dependencies",
|
||||
"version",
|
||||
]
|
||||
keywords = [
|
||||
"Autonomous Agents",
|
||||
"Large Language Models",
|
||||
"Research and Development",
|
||||
]
|
||||
license = {text = "MIT License"}
|
||||
name = "rdagent"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.10"
|
||||
version = "v0.0.1"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/microsoft/RD-Agent/"
|
||||
|
||||
Reference in New Issue
Block a user