Skip to content

Commit

Permalink
Cleanup toml and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Oct 23, 2024
1 parent af80da0 commit 175724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ This "dummy" package can be installed with pip:
pip install pydevtips
Or from source. Firstly, `Poetry <https://python-poetry.org/docs/#installation>`_
must be installed.
Or from source. Firstly, Poetry must be installed: https://python-poetry.org/docs/#installation

.. code:: bash
Expand Down
16 changes: 1 addition & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydevtips"
version = "0.0.3"
version = "0.0.4"
description = "Functions and scripts to demonstrate Python development tips."
authors = ["Eric Bezzam <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -33,20 +33,6 @@ build-backend = "poetry.core.masonry.api"

#### -- manually added (below)

[project]
name = "pydevtips"
version = "0.0.4"
authors = [
{ name="Eric Bezzam", email="[email protected]" },
]
description = "Functions and scripts to demonstrate Python development tips."
readme = "README.rst"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/ebezzam/python-dev-tips"
Issues = "https://github.com/ebezzam/python-dev-tips/issues"
Expand Down

0 comments on commit 175724b

Please sign in to comment.