google / textfsm

Python module for parsing semi-structured text into python tables.
Apache License 2.0
1.09k stars 168 forks source link

Use setup.cfg to pull package version using attr: #106

Open clj opened 2 years ago

clj commented 2 years ago

this avoids having to perform imports of textfsm (and its dependencies) at setup time.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

clj commented 2 years ago

Could also add a pyproject.toml to specify the minimum version of setuptools that supports this: 30.3.0 (from 8 Dec 2016) as far as I can see.