Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 49 forks source link

Provide version information the usual way #90

Open buhtz opened 2 years ago

buhtz commented 2 years ago

Only setup.py has version information.

There should be a __version__ variable in __init__.py.

81