From 448b9789f338a4cfa1705f5d6cfbadf06aa94246 Mon Sep 17 00:00:00 2001 From: Peter Xenopoulos <42321130+pnxenopoulos@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:16:58 -0400 Subject: [PATCH] fixing install (#272) --- awpy/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 3 --- setup.py | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/awpy/__init__.py b/awpy/__init__.py index 53c2bc60c..16d1d8388 100644 --- a/awpy/__init__.py +++ b/awpy/__init__.py @@ -1,4 +1,4 @@ """Provides data parsing, analytics and visualization capabilities for CSGO data.""" from awpy.parser import DemoParser -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/docs/conf.py b/docs/conf.py index bece852dd..df22e4a2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.3.0" +release = "1.3.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d9abbb36c..54b49fdc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,6 @@ dynamic = ["version"] [tool.setuptools] include-package-data = true -[tool.setuptools.packages.find] -where = ["awpy"] - [tool.setuptools.package-data] "*" = [ "*.go", diff --git a/setup.py b/setup.py index 7a7a79071..0a1168e65 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="awpy", - version="1.3.0", + version="1.3.1", packages=find_packages(), # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine