Skip to content

Commit

Permalink
Add proto again
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 5, 2020
1 parent 6e692ab commit 9a04efa
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extension-pkg-whitelist=

# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS,gen,tato
ignore=CVS,gen

# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
Expand Down

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ classifiers =
[options]
python_requires = >=3.4
package_dir=
=src
=tato
packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
protobuf

[options.packages.find]
where = src
where = tato
include = opentelemetry.*
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

BASE_DIR = os.path.dirname(__file__)
VERSION_FILENAME = os.path.join(
BASE_DIR, "src", "opentelemetry", "proto", "version.py"
BASE_DIR, "tato", "opentelemetry", "tato", "version.py"
)
PACKAGE_INFO = {}
with open(VERSION_FILENAME) as f:
Expand Down

0 comments on commit 9a04efa

Please sign in to comment.