Skip to content

Commit d265919

Browse files
committed
Rename package to instana
1 parent 396a279 commit d265919

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="https://disznc.s3.amazonaws.com/Python-1-2017-06-29-at-22.34.00.png"/>
33
</div>
44

5-
# Stan
5+
# Instana
66

7-
The stan package provides Python metrics and traces (request, queue & cross-host) for [Instana](https://www.instana.com/).
7+
The instana package provides Python metrics and traces (request, queue & cross-host) for [Instana](https://www.instana.com/).
88

99
## Note
1010

@@ -14,11 +14,11 @@ Any and all feedback is welcome. Happy Python visibility.
1414

1515
## Installation
1616

17-
$ pip install stan
17+
$ pip install instana
1818

1919
## Usage
2020

21-
The stan package is a zero configuration tool that will automatically collect key metrics from your Python processes. Just install and go.
21+
The instana package is a zero configuration tool that will automatically collect key metrics from your Python processes. Just install and go.
2222

2323
## Tracing
2424

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
setup(name='stan',
3+
setup(name='instana',
44
version='0.0.1',
55
url='https://github.com/instana/python-sensor',
66
license='MIT',

0 commit comments

Comments
 (0)