Skip to content

Commit b79ff41

Browse files
committed
add pypi version on readme, minors
1 parent ddcbdaa commit b79ff41

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ tox
2121
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
2222
cd docs
2323
make html
24+
```
25+
26+
27+
## Publish
28+
29+
```
30+
rm dist/*
31+
python setup.py sdist bdist_wheel
32+
python -m twine upload dist/*
2433
```

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Unitary Fund](https://img.shields.io/badge/supported_by-Unitary_Fund-ffff00.svg)](https://unitary.fund)
44
![CI Status](https://github.com/dakk/qlasskit/actions/workflows/ci.yaml/badge.svg)
5+
![PyPI - Version](https://img.shields.io/pypi/v/qlasskit)
56
![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue)
67

78

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
- [x] Simon periodicity
111111
- [x] Deutsch-Jozsa
112112
- [x] Improve documentation
113-
- [ ] First stable release
113+
- [x] First stable release
114+
- [x] Use cases
114115

115116
### Week 3: (4 Dec 23)
116117
### Week 4: (11 Dec 23)
@@ -128,7 +129,6 @@
128129

129130
## Future features
130131

131-
- [ ] Use cases
132132
- [ ] Int arithmetic expressions (/, %)
133133
- [ ] Parametrized qlassf
134134
- [ ] Lambda

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
37+
"Development Status :: 5 - Production/Stable",
38+
"Topic :: Scientific/Engineering :: Physics",
39+
"Operating System :: OS Independent",
3740
],
3841
url="https://github.com/dakk/qlasskit",
3942
project_urls={

0 commit comments

Comments
 (0)