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 to cause files to be discovered from the source repo.

Changeset 661f4977a179

Parent 2c2c39bd0e26

by Jason R. Coombs

Changes to one file · Browse files at 661f4977a179 Showing diff from parent 2c2c39bd0e26 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
47
48
49
 
 
 
50
 
47
48
49
50
51
52
53
@@ -47,4 +47,7 @@
  'Topic :: Software Development :: Version Control',   'Topic :: Utilities',   ], + setup_requires=[ + 'setuptools_scm', + ],  )