Skip to content

Commit b5b8804

Browse files
committed
Fix setuptools
1 parent 6baac91 commit b5b8804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import setuptools
2-
from tesla_fleet_api.const import VERSION
32

43
with open("README.md", "r") as fh:
54
long_description = fh.read()
65

76
setuptools.setup(
87
name="tesla_fleet_api",
9-
version=VERSION,
8+
version="0.5.2",
109
author="Brett Adams",
1110
author_email="admin@teslemetry.com",
1211
description="Tesla Fleet API library for Python",

0 commit comments

Comments
 (0)