diff --git a/setup.cfg b/setup.cfg index 4c774df..a2ecc92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,4 @@ [egg_info] -tag_build = dev -tag_svn_revision = true [nosetests] with-doctest=1 diff --git a/setup.py b/setup.py index fa5a3a0..be6bba2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ dateutil_req = ( setup_params = dict( name = "svg.charts", - version = "2.0.7", + use_hg_version=True, description = "Python SVG Charting Library", long_description = _long_description, author = "Jason R. Coombs",