Skip to content

Commit

Permalink
Merge pull request #20 from nathanielvarona/improvement/rename-console
Browse files Browse the repository at this point in the history
[CLI] Rename the CLI folder friendly to Site Packages
  • Loading branch information
nathanielvarona committed Mar 24, 2023
2 parents 8b144d1 + 0d741e9 commit fb73a80
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ categories:
- title: '🔒 Security'
label: 'type: security'

- title: '🧹 Chore'
- title: '🧹 Chores'
label: 'type: chore'

version-resolver:
Expand Down
2 changes: 1 addition & 1 deletion pritunl_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.3"
__version__ = "1.1.4"

import json
import logging as log
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pritunl-api"
version = "1.1.3"
version = "1.1.4"
description = "Pritunl API Client for Python"
authors = ["Nathaniel Varona <nathaniel.varona+pypi@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ classifiers = [

packages = [
{ include = "pritunl_api"},
{ include = "console"},
{ include = "pritunl_api_cli"},
{ include = "README.md", format = "sdist" },
{ include = "LICENSE", format = "sdist" },
]
Expand All @@ -54,7 +54,7 @@ repl = ["ipython", "ptpython"]
cli = ["click", "rich"]

[tool.poetry.scripts]
pritunl-api-cli = { callable = "console:run", extras = ["cli"] }
pritunl-api-cli = { callable = "pritunl_api_cli:run", extras = ["cli"] }

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit fb73a80

Please sign in to comment.