Skip to content

Commit f39ddc7

Browse files
committed
fixup! Rig version number + F401
1 parent 512a99b commit f39ddc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pep8]
2-
ignore = */__init__.py
2+
ignore = */__init__.py F401

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545

4646
# Build CFFI Interface
4747
cffi_modules=["rig_routing_tables/cffi_compile.py:ffi"],
48-
setup_requires=["cffi>=1.0.0", "rig>=1.0.0,<2.0.0"],
48+
setup_requires=["cffi>=1.0.0", "rig>=1.0.0"],
4949
install_requires=["cffi>=1.0.0"],
5050
)

0 commit comments

Comments
 (0)