Skip to content

Commit

Permalink
sync pypi and readthedocs at 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stahl085 committed Feb 25, 2020
1 parent 34893b5 commit d5a8fce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ setup.py
bracketology\__init__.py
bracketology\brackets.py
bracketology\simulators.py
bracketology\data\brackets.json
Binary file removed dist/bracketology-0.0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Kyle Stahl'

# The full version, including alpha/beta/rc tags
release = '0.0.2-alpha'
release = '0.0.4'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
name = 'bracketology',
packages = ['bracketology'],
package_data={'bracketology': ['data/*']},
version = '0.0.2-alpha',
version = '0.0.4',
license='MIT',
description = 'Analyze and simulate NCAA march madness tournaments',
author = 'Kyle Stahl',
author_email = '[email protected]',
url = 'https://github.com/stahl085/bracketology',
download_url = 'https://github.com/stahl085/bracketology/archive/0.0.1-alpha.tar.gz', # I explain this later on
keywords = ['brackets', 'NCAA', 'basketball', 'march', 'madness', 'tournament'], # Keywords that define your package best
download_url = 'https://github.com/stahl085/bracketology/archive/0.0.4.tar.gz',
keywords = ['brackets', 'NCAA', 'basketball', 'march', 'madness', 'tournament'],
install_requires=[],
classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
Expand Down

0 comments on commit d5a8fce

Please sign in to comment.