vmore2 commited on
Commit
e09cf56
·
1 Parent(s): ce8c08a

Update URLs to actual GitHub username

Browse files
Files changed (3) hide show
  1. CITATION.cff +1 -1
  2. README.md +1 -1
  3. pyproject.toml +3 -3
CITATION.cff CHANGED
@@ -5,7 +5,7 @@ type: software
5
  authors:
6
  - name: "QSVAPS Research Team"
7
  license: MIT
8
- repository-code: "https://github.com/yourusername/qsvaps"
9
  keywords:
10
  - quantum computing
11
  - ai agents
 
5
  authors:
6
  - name: "QSVAPS Research Team"
7
  license: MIT
8
+ repository-code: "https://github.com/vmore2/qsvaps"
9
  keywords:
10
  - quantum computing
11
  - ai agents
README.md CHANGED
@@ -184,7 +184,7 @@ If you use QSVAPS in your research, please cite:
184
  title={QSVAPS: Quantum Superposition Verification for Agent Plan Safety},
185
  year={2025},
186
  license={MIT},
187
- url={https://github.com/yourusername/qsvaps}
188
  }
189
  ```
190
 
 
184
  title={QSVAPS: Quantum Superposition Verification for Agent Plan Safety},
185
  year={2025},
186
  license={MIT},
187
+ url={https://github.com/vmore2/qsvaps}
188
  }
189
  ```
190
 
pyproject.toml CHANGED
@@ -35,9 +35,9 @@ llm = ["openai>=1.0.0"]
35
  dev = ["pytest>=7.0", "pytest-cov"]
36
 
37
  [project.urls]
38
- Homepage = "https://github.com/yourusername/qsvaps"
39
- Repository = "https://github.com/yourusername/qsvaps"
40
- Issues = "https://github.com/yourusername/qsvaps/issues"
41
 
42
  [tool.setuptools.packages.find]
43
  include = ["qsvaps*"]
 
35
  dev = ["pytest>=7.0", "pytest-cov"]
36
 
37
  [project.urls]
38
+ Homepage = "https://github.com/vmore2/qsvaps"
39
+ Repository = "https://github.com/vmore2/qsvaps"
40
+ Issues = "https://github.com/vmore2/qsvaps/issues"
41
 
42
  [tool.setuptools.packages.find]
43
  include = ["qsvaps*"]