Skip to content

Commit

Permalink
Merge pull request #35 from dabapps/install-changes
Browse files Browse the repository at this point in the history
Install changes
  • Loading branch information
RealOrangeOne authored Nov 4, 2019
2 parents 6ed7837 + 1bda5ab commit 809b512
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ install:

script:
- ./manage.py test
- pip install .
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
package = 'log_request_id'
description = 'Django middleware and log filter to attach a unique ID to every log message generated as part of a request'
url = 'https://github.com/dabapps/django-log-request-id/'
author = 'Jamie Matthews'
author_email = 'jamie.matthews@gmail.com'
author = 'DabApps'
author_email = 'hello@dabapps.com'
license = 'BSD'
install_requires = ["django>=1.8"]

with open('README.md') as f:
readme = f.read()


def get_version(package):
"""
Expand Down Expand Up @@ -68,6 +71,8 @@ def get_package_data(package):
url=url,
license=license,
description=description,
long_description=readme,
long_description_content_type='text/markdown',
author=author,
author_email=author_email,
packages=get_packages(package),
Expand Down

0 comments on commit 809b512

Please sign in to comment.