Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from AusDTO/setup-py
Browse files Browse the repository at this point in the history
Fix package name in setup.py
  • Loading branch information
sarneaud authored Sep 19, 2016
2 parents d00edba + ec53ea8 commit fd836d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
install_requires = [str(r.req) for r in requirements]

setup(
name='digitalmarketplace-content-loader',
name='dto-digitalmarketplace-content-loader',
version=version,
url='https://github.com/alphagov/digitalmarketplace-content-loader',
url='https://github.com/AusDTO/dto-digitalmarketplace-content-loader',
license='MIT',
author='GDS Developers',
description='Digital Marketplace Content Loader',
Expand Down

0 comments on commit fd836d8

Please sign in to comment.