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

Renaming the project to fogbugz_bis for release on PyPI

Changeset 0c4b4841211c

Parent 416cbc25299b

by Jason R. Coombs

Changes to one file · Browse files at 0c4b4841211c Showing diff from parent 416cbc25299b Diff from another changeset...

Change 1 of 2 Show Entire File setup.py Stacked
 
5
6
7
8
9
 
 
10
11
12
 
92
93
94
95
96
97
98
 
 
 
99
100
101
 
5
6
7
 
 
8
9
10
11
12
 
92
93
94
 
 
 
 
95
96
97
98
99
100
@@ -5,8 +5,8 @@
   from textwrap import dedent   -setup(name='fogbugz', - version='0.9.6', +setup(name='fogbugz_bis', + version='1.0',   py_modules=['fogbugz'],   license=dedent("""\   Copyright (c) 2011, Fog Creek Software, Inc. @@ -92,10 +92,9 @@
  """),   author='Fog Creek Software',   author_email='customer-service@fogcreek.com', - maintainer='Fog Creek Software', - maintainer_email='customer-service@fogcreek.com', - url='https://developers.kilnhg.com/Repo/FogBugz/Group/FogBugzPy', - download_url='https://developers.kilnhg.com/Repo/FogBugz/Group/FogBugzPy', + maintainer='YouGov, Plc.', + maintainer_email='open-source@yougov.com', + url='https://github.com/yougov/FogBugzPy',   install_requires=[   'BeautifulSoup4',   'lxml',