Additional formatting

This commit is contained in:
Eric Torres 2019-03-30 13:18:53 -07:00
parent 75c2e0d242
commit e4d81eec2c

View File

@ -9,6 +9,8 @@ SCRIPTS = ["bin/addpkg", "bin/delpkg", "bin/fqo"]
with open("README.rst", "r") as fh:
long_description = fh.read()
# ========== Package Setup ==========
setuptools.setup(
name="packaging_scripts",
version="1.3.1",