FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

Use setuptools_scm for indicating the version such that now it's indicated in exactly one place, the repo tags.

Changeset fe3f069d0147

Parent 5e64cd0345c0

by Jason R. Coombs

Changes to one file · Browse files at fe3f069d0147 Showing diff from parent 5e64cd0345c0 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
   setup_params = dict(   name='fogbugz_bis', - version='1.0', + use_scm_version=True,   py_modules=['fogbugz'],   license=license,   description='Python library for interacting with the FogBugz API',