Metadata-Version: 2.1
Name: feed-utils
Version: 0.0.8
Summary: Common code for feed
Home-page: https://github.com/rorymcstay/feed_utils
Author: Rory McStay
Author-email: rory@rorymcstay.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

distributing

##upload package:
    twine upload dist/*

##build package:
    python setup.py sdist bdist_wheel


