Skip to content

Commit

Permalink
create Makefile with common pants commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Jan 31, 2024
1 parent 7852634 commit 2297a24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: test coverage

test:
pants test ::

coverage:
pants test --use-coverage --open-coverage ::
4 changes: 2 additions & 2 deletions number_insight_v2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = 'vonage-number-insight'
description = 'Vonage number insight package'
description = 'Vonage Number Insight v2 package'
version = '0.1.0'
dependencies = ['auth', 'client']
dependencies = ['vonage-http-client']

[build-system]
requires = ["setuptools>=61.0", "wheel"]
Expand Down

0 comments on commit 2297a24

Please sign in to comment.