ENH: Version info using Versioneer (#97)

* ENH: Use versioneer for version information.

* FIX: rc.py is a build artifact and should not be version controlled.

* FIX: Move processResourceFile to its own command.
This commit is contained in:
Hugo Slepicka
2019-12-19 15:08:49 -08:00
committed by githubuser0xFFFF
parent 65c080ae8e
commit 084c5c5995
9 changed files with 2400 additions and 755 deletions

3
.gitignore vendored
View File

@@ -15,4 +15,5 @@ Makefile
.eggs
*.pyc
*.pyd
__pycache__
__pycache__
PyQtAds/rc.py