Skip to content

Commit

Permalink
fixing install (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos authored Jul 29, 2023
1 parent 50e8c89 commit 448b978
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion awpy/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ dynamic = ["version"]
[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["awpy"]

[tool.setuptools.package-data]
"*" = [
"*.go",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 448b978

Please sign in to comment.