Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
Uses generators as much as possible.
PyTickerSymbols is now a singleton because there is no need to hold more than one instance
  • Loading branch information
SlashGordon committed Oct 7, 2019
1 parent 4b01240 commit fcca566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from setuptools import setup, find_packages

EXCLUDE_FROM_PACKAGES = ['test', 'test.*', 'test*']

VERSION = '1.1.9'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit fcca566

Please sign in to comment.