Skip to content

Commit 4f753d6

Browse files
author
Marius Schlueter
committed
new version for build
1 parent f0157b1 commit 4f753d6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pytrackunit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""init module"""
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytrackunit",
8-
version="0.0.4",
8+
version="0.0.5",
99
author="Marius Schlueter",
1010
author_email="[email protected]",
1111
description="Easy access for TrackUnit REST API",
@@ -20,8 +20,7 @@
2020
"License :: OSI Approved :: MIT License",
2121
"Operating System :: OS Independent",
2222
],
23-
package_dir={"": "pytrackunit"},
24-
packages=setuptools.find_packages(where=""),
23+
packages=["pytrackunit"],
2524
install_requires=["matplotlib", "requests"],
2625
python_requires=">=3.6",
2726
)

0 commit comments

Comments
 (0)