Skip to content

Commit

Permalink
chore: update pins and other information for v0.1.0 (#35)
Browse files Browse the repository at this point in the history
* chore: update pins and other information for v0.1.0

* chore: remove seed-isort-config
  • Loading branch information
fubuloubu authored Mar 11, 2022
1 parent 70c6544 commit a0efe77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ repos:
hooks:
- id: check-yaml

- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.3
hooks:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ TODO: Describe library overview in code

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Please see the [contributing guide](CONTRIBUTING.md) to learn more how to contribute to this project.
Comments, questions, criticisms and pull requests are welcomed.

## License
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ markers = "fuzzing: Run Hypothesis fuzz test suite"
line_length = 100
force_grid_wrap = 0
include_trailing_comma = true
known_third_party = ["ape", "pytest", "semantic_version", "setuptools", "vvm"]
known_first_party = ["ape_vyper"]
multi_line_output = 3
use_parentheses = true
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
url="https://github.com/ApeWorX/ape-vyper",
include_package_data=True,
install_requires=[
"eth-ape>=0.1.0b4",
"eth-ape>=0.1,<0.2",
"tqdm>=4.62.3,<5.0",
"vvm>=0.1.0,<0.2.0",
],
python_requires=">=3.7,<4",
python_requires=">=3.7.2,<3.10",
extras_require=extras_require,
py_modules=["ape_vyper"],
license="Apache-2.0",
Expand All @@ -66,7 +66,7 @@
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"ape_vyper": ["py.typed"]},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit a0efe77

Please sign in to comment.