Updated setup.py and README with install instructions

This commit is contained in:
Rhet Turnbull
2020-04-20 22:13:42 -07:00
parent 8a768e62ce
commit 85d2baac10
3 changed files with 8 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
@@ -86,7 +86,7 @@ setup(
"Click>=7",
"PyYAML>=5.1.2",
"Mako>=1.1.1",
# "bpylist2==2.0.3;python_version<'3.8'",
"bpylist2==2.0.3;python_version<'3.8'",
"bpylist2==3.0.0;python_version>='3.8'",
"pathvalidate==2.2.1",
],