This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Commit 8d21c08
0.4 version for pypi release (#47)
Summary:
This fixes #46
* changing version to 0.4 to prepare for pypi push
* fixed license typo
* had to add `long_description_content_type="text/markdown"` to render content better in the pypi GUI
```
pallotron@pallotron-mbp:(master) ~/projects/fbtftp
$ python3 -m build
```
```
pallotron@pallotron-mbp:(master) ~/projects/fbtftp
$ python3 -m twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: pallotron
Enter your password:
Uploading fbtftp-0.4-py3-none-any.whl
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 27.2k/27.2k [00:02<00:00, 11.3kB/s]
Uploading fbtftp-0.4.tar.gz
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35.0k/35.0k [00:01<00:00, 25.1kB/s]
View at:
https://pypi.org/project/fbtftp/0.4/
[Exit code 0 @ 09:43:34]
```
Pull Request resolved: #47
Reviewed By: martelli
Differential Revision: D27851016
Pulled By: pallotron
fbshipit-source-id: 8dd9190c28cbd57367c4791cd5aa6da11f9f95dc1 parent 3281edc commit 8d21c08
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments