Skip to content

Commit 76b815e

Browse files
committed
PENG-5835: Rename package to use underscores instead of dashes
1 parent 65ad503 commit 76b815e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ against 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13
2121
Installation
2222
============
2323

24-
$ pip install ns1-python
24+
$ pip install ns1_python
2525

2626
Dependencies
2727
============

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Both python 2.7 and 3.3 are supported.
1717

1818
Install with::
1919

20-
$ pip install ns1-python
20+
$ pip install ns1_python
2121

2222

2323
Quick Start

examples/pulsar_decisions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88
Example usage of Pulsar Decisions API endpoints.
99
This example demonstrates how to query Pulsar decision analytics data
10-
using the ns1-python library.
10+
using the ns1_python library.
1111
"""
1212
from ns1 import NS1
1313
import time

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description = f.read()
1111

1212
setup(
13-
name="ns1-python",
13+
name="ns1_python",
1414
# flake8: noqa
1515
version=ns1.version,
1616
description="Python SDK for the NS1 DNS platform",

0 commit comments

Comments
 (0)