Skip to content

Commit

Permalink
classifiers for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvandamme committed Oct 22, 2024
1 parent 0596a75 commit a5425ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup (
name="tracklib",
version="0.7.1",
version="0.7.2",
description="tracklib library provides a variety of tools, operators and functions to manipulate GPS trajectories",
long_description="See https://github.com/umrlastig/tracklib",
url="https://github.com/umrlastig/tracklib",
Expand All @@ -44,6 +44,8 @@
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.12",
],
packages = ['tracklib','tracklib.algo','tracklib.core','tracklib.io','tracklib.plot','tracklib.util',
'resources'],
Expand Down

0 comments on commit a5425ae

Please sign in to comment.