Skip to content

Commit

Permalink
Changed set up name and url to match this project.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoddyMacrae committed Jun 8, 2023
1 parent 6ca2f49 commit d32bb4e
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 @@ -19,10 +19,10 @@
requirements = f.read().splitlines()

setup(
name="pub_sec",
name="research-and-development",
version=version_string,
description="Public Sector local Python downloads and preprocessing package",
url="https://gitlab-app-l-01/EPDS/pub_sec",
url="https://github.com/ONSdigital/research-and-development",
packages=find_packages(),
package_data={"": ["*.toml", "*.r", "*.R", "*.pem"]},
include_package_data=True,
Expand Down

0 comments on commit d32bb4e

Please sign in to comment.