File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ This "dummy" package can be installed with pip:
88
88
89
89
pip install pydevtips
90
90
91
- Or from source. Firstly, `Poetry <https://python-poetry.org/docs/#installation >`_
92
- must be installed.
91
+ Or from source. Firstly, Poetry must be installed: https://python-poetry.org/docs/#installation
93
92
94
93
.. code :: bash
95
94
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pydevtips"
3
- version = " 0.0.3 "
3
+ version = " 0.0.4 "
4
4
description = " Functions and scripts to demonstrate Python development tips."
5
5
authors = [
" Eric Bezzam <[email protected] >" ]
6
6
license = " MIT"
@@ -33,20 +33,6 @@ build-backend = "poetry.core.masonry.api"
33
33
34
34
# ### -- manually added (below)
35
35
36
- [project ]
37
- name = " pydevtips"
38
- version = " 0.0.4"
39
- authors = [
40
- {
name =
" Eric Bezzam" ,
email =
" [email protected] " },
41
- ]
42
- description = " Functions and scripts to demonstrate Python development tips."
43
- readme = " README.rst"
44
- classifiers = [
45
- " Programming Language :: Python :: 3" ,
46
- " License :: OSI Approved :: MIT License" ,
47
- " Operating System :: OS Independent" ,
48
- ]
49
-
50
36
[project .urls ]
51
37
Homepage = " https://github.com/ebezzam/python-dev-tips"
52
38
Issues = " https://github.com/ebezzam/python-dev-tips/issues"
You can’t perform that action at this time.
0 commit comments