Skip to content

Commit

Permalink
Merge pull request #440 from reduxionist/update-packaging-files
Browse files Browse the repository at this point in the history
Update packaging files before release of 0.1.18 to PyPI
  • Loading branch information
reduxionist committed Oct 28, 2016
2 parents 0159ca1 + 203de6a commit b1e9bc4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 78 deletions.
21 changes: 16 additions & 5 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
django-helpdesk was originally written by Ross Poulton. Since publishing the
code a number of people have made some fantastic improvements and provided
bug fixes and updates as the Django codebase has moved on and caused small
portions of this application to break.
django-helpdesk was originally written by Ross Poulton. After nearly nine
years under his guidance, the project graduated to its own eponymous
organization, and is currently maintained by:

To these people, and any more, my sincere thanks:
Alex Seeholzer (@flinz)
Garret Wassermann (@gwasser)
Jonathan Barratt (@reduxionist)

Since publishing the code a number of people have made some fantastic
improvements and provided bug fixes and updates as the Django codebase
has moved on and caused small portions of this application to break.

To these people, and many more, our sincere thanks:

Alex Barcelo
Andreas Kotowicz
Chris Etcp
Daryl Egarr
David Clymer
Loe Spee
Maxim Litnitskiy
Nikolay Panov
Stefano Brentegani
Tony Zhu
64 changes: 0 additions & 64 deletions CHANGELOG

This file was deleted.

5 changes: 2 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include README
include UPGRADE
include README.rst
include AUTHORS
include LICENSE*
include CHANGELOG
include requirements.txt

recursive-include helpdesk/static/helpdesk *
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses.
Copyright 2009- Ross Poulton and contributors. All Rights Reserved. See LICENSE for details.

django-helpdesk was formerly known as Jutda Helpdesk, named after the
company who originally created it. As of January 2011 the name has been
company which originally created it. As of January 2011 the name has been
changed to reflect what it really is: a Django-powered ticket tracker with
contributors reaching far beyond Jutda.

Expand Down
13 changes: 8 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def find_package_data(
bad_name = True
if show_ignored:
print(
"Directory %s ignored by pattern %s" % (fn, pattern),
"Directory %s ignored by pattern %s" % (fn, pattern),
file=sys.stderr
)

Expand All @@ -91,7 +91,7 @@ def find_package_data(
bad_name = True
if show_ignored:
print(
"File %s ignored by pattern %s" % (fn, pattern),
"File %s ignored by pattern %s" % (fn, pattern),
file=sys.stderr
)
break
Expand All @@ -116,7 +116,7 @@ def get_requirements():
===============
This is a Django-powered helpdesk ticket tracker, designed to
plug into an existing Django website and provide you with
plug into an existing Django website and provide you with
internal (or, perhaps, external) helpdesk management.
"""

Expand All @@ -137,10 +137,13 @@ def get_requirements():
"Topic :: Office/Business",
"Topic :: Software Development :: Bug Tracking",
],
keywords=['django', 'helpdesk', 'tickets', 'incidents', 'cases'],
keywords=['django', 'helpdesk', 'django-helpdesk', 'tickets', 'incidents',
'cases', 'bugs', 'track', 'support'],
author='Ross Poulton',
author_email='ross@rossp.org',
url='http://github.com/django-helpdesk/django-helpdesk',
maintainer='Jonathan Barratt',
maintainer_email='jonathan@the-im.com',
url='https://github.com/django-helpdesk/django-helpdesk',
license='BSD',
packages=find_packages(),
package_data=find_package_data("helpdesk", only_in_packages=False),
Expand Down

0 comments on commit b1e9bc4

Please sign in to comment.