Skip to content

Commit 175724b

Browse files
committed
Cleanup toml and version bump.
1 parent af80da0 commit 175724b

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

README.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ This "dummy" package can be installed with pip:
8888
8989
pip install pydevtips
9090
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
9392

9493
.. code:: bash
9594

pyproject.toml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydevtips"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Functions and scripts to demonstrate Python development tips."
55
authors = ["Eric Bezzam <[email protected]>"]
66
license = "MIT"
@@ -33,20 +33,6 @@ build-backend = "poetry.core.masonry.api"
3333

3434
#### -- manually added (below)
3535

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-
5036
[project.urls]
5137
Homepage = "https://github.com/ebezzam/python-dev-tips"
5238
Issues = "https://github.com/ebezzam/python-dev-tips/issues"

0 commit comments

Comments
 (0)