Skip to content

Commit

Permalink
Bumping verison for bugfix release to stop polluting site-packages (see
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Crowder committed May 20, 2023
1 parent e611c71 commit 05ca8cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requirements-detector"
version = "1.2.1"
version = "1.2.2"
authors = ["Landscape.io <[email protected]>"]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -23,10 +23,6 @@ homepage = "https://github.com/landscapeio/requirements-detector"
packages = [
{ include = "requirements_detector/"}
]
include = [
"LICENSE",
"README.md"
]

[tool.poetry.scripts]
detect-requirements = 'requirements_detector.run:run'
Expand Down

0 comments on commit 05ca8cb

Please sign in to comment.