Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperdff committed Mar 15, 2022
1 parent 119f39a commit c8dac0a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 30 deletions.
58 changes: 29 additions & 29 deletions .tox/log/GLOB-0.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
action: GLOB, msg: packaging
cwd: C:\Users\JCoop\Documents\GitHub\nflfastPy
cmd: 'c:\users\jcoop\anaconda3\python.exe' setup.py sdist --formats=zip --dist-dir '.tox\dist'
cmd: 'c:\users\jcoop\anaconda3\envs\myenv\python.exe' setup.py sdist --formats=zip --dist-dir '.tox\dist'
running sdist
running egg_info
writing nfl_data_py.egg-info\PKG-INFO
Expand All @@ -10,31 +10,31 @@ writing top-level names to nfl_data_py.egg-info\top_level.txt
reading manifest file 'nfl_data_py.egg-info\SOURCES.txt'
writing manifest file 'nfl_data_py.egg-info\SOURCES.txt'
running check
creating nfl_data_py-0.2.3
creating nfl_data_py-0.2.3\nfl_data_py
creating nfl_data_py-0.2.3\nfl_data_py.egg-info
copying files to nfl_data_py-0.2.3...
copying README.md -> nfl_data_py-0.2.3
copying setup.py -> nfl_data_py-0.2.3
copying nfl_data_py\__init__.py -> nfl_data_py-0.2.3\nfl_data_py
copying nfl_data_py.egg-info\PKG-INFO -> nfl_data_py-0.2.3\nfl_data_py.egg-info
copying nfl_data_py.egg-info\SOURCES.txt -> nfl_data_py-0.2.3\nfl_data_py.egg-info
copying nfl_data_py.egg-info\dependency_links.txt -> nfl_data_py-0.2.3\nfl_data_py.egg-info
copying nfl_data_py.egg-info\requires.txt -> nfl_data_py-0.2.3\nfl_data_py.egg-info
copying nfl_data_py.egg-info\top_level.txt -> nfl_data_py-0.2.3\nfl_data_py.egg-info
Writing nfl_data_py-0.2.3\setup.cfg
creating '.tox\dist\nfl_data_py-0.2.3.zip' and adding 'nfl_data_py-0.2.3' to it
adding 'nfl_data_py-0.2.3'
adding 'nfl_data_py-0.2.3\nfl_data_py'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info'
adding 'nfl_data_py-0.2.3\PKG-INFO'
adding 'nfl_data_py-0.2.3\README.md'
adding 'nfl_data_py-0.2.3\setup.cfg'
adding 'nfl_data_py-0.2.3\setup.py'
adding 'nfl_data_py-0.2.3\nfl_data_py\__init__.py'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info\dependency_links.txt'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info\PKG-INFO'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info\requires.txt'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info\SOURCES.txt'
adding 'nfl_data_py-0.2.3\nfl_data_py.egg-info\top_level.txt'
removing 'nfl_data_py-0.2.3' (and everything under it)
creating nfl_data_py-0.2.4
creating nfl_data_py-0.2.4\nfl_data_py
creating nfl_data_py-0.2.4\nfl_data_py.egg-info
copying files to nfl_data_py-0.2.4...
copying README.md -> nfl_data_py-0.2.4
copying setup.py -> nfl_data_py-0.2.4
copying nfl_data_py\__init__.py -> nfl_data_py-0.2.4\nfl_data_py
copying nfl_data_py.egg-info\PKG-INFO -> nfl_data_py-0.2.4\nfl_data_py.egg-info
copying nfl_data_py.egg-info\SOURCES.txt -> nfl_data_py-0.2.4\nfl_data_py.egg-info
copying nfl_data_py.egg-info\dependency_links.txt -> nfl_data_py-0.2.4\nfl_data_py.egg-info
copying nfl_data_py.egg-info\requires.txt -> nfl_data_py-0.2.4\nfl_data_py.egg-info
copying nfl_data_py.egg-info\top_level.txt -> nfl_data_py-0.2.4\nfl_data_py.egg-info
Writing nfl_data_py-0.2.4\setup.cfg
creating '.tox\dist\nfl_data_py-0.2.4.zip' and adding 'nfl_data_py-0.2.4' to it
adding 'nfl_data_py-0.2.4'
adding 'nfl_data_py-0.2.4\nfl_data_py'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info'
adding 'nfl_data_py-0.2.4\PKG-INFO'
adding 'nfl_data_py-0.2.4\README.md'
adding 'nfl_data_py-0.2.4\setup.cfg'
adding 'nfl_data_py-0.2.4\setup.py'
adding 'nfl_data_py-0.2.4\nfl_data_py\__init__.py'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info\dependency_links.txt'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info\PKG-INFO'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info\requires.txt'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info\SOURCES.txt'
adding 'nfl_data_py-0.2.4\nfl_data_py.egg-info\top_level.txt'
removing 'nfl_data_py-0.2.4' (and everything under it)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added feature to cache play-by-play files locally
- Updated load_pbp_data() to work with locally cached files
- Updates README

## [0.2.4] - 2021-09-22

### Changed
- Fixed bug in cache process that was effecting pbp load too
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = '[email protected]'
AUTHOR = 'cooperdff'
REQUIRES_PYTHON = '>=3.5.0'
VERSION = '0.2.4'
VERSION = '0.2.5'


# What packages are required for this module to be executed?
Expand Down

0 comments on commit c8dac0a

Please sign in to comment.