Skip to content

Commit

Permalink
Update metadata and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtemple committed Jan 9, 2021
1 parent afe5451 commit e0a9fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx==3.4.2
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
bandit==1.6.2
black==19.3b0
flake8==3.8.3
isort==4.3.20
mypy==0.782
pydocstyle==4.0.0
pytest-cov==2.7.1
pytest==6.0.1
requests==2.24.0
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = "0.2.2"
__version__ = "1.0.0"

here = Path(__file__).parent.resolve()

Expand All @@ -19,7 +19,7 @@
url="https://github.com/joshtemple/lkml",
download_url="https://github.com/joshtemple/lkml/tarball/" + __version__,
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
Expand All @@ -32,7 +32,6 @@
include_package_data=True,
author="Josh Temple",
tests_require=[
"bandit",
"black",
"flake8",
"isort",
Expand Down

0 comments on commit e0a9fdc

Please sign in to comment.