Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Aug 2, 2023
1 parent 9034747 commit 6e65c05
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[metadata]
name = academic-observatory-workflows
author = Curtin University
author-email = agent@observatory.academy
author_email = agent@observatory.academy
summary = Academic Observatory Workflows provides Apache Airflow Workflows for fetching, processing and analysing data about academic institutions.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/The-Academic-Observatory/academic-observatory-workflows
description_file = README.md
description_content_type = text/markdown; charset=UTF-8
home_page = https://github.com/The-Academic-Observatory/academic-observatory-workflows
project_urls =
Bug Tracker = https://github.com/The-Academic-Observatory/academic-observatory-workflows/issues
Documentation = https://academic-observatory-workflows.readthedocs.io/en/latest/
Source Code = https://github.com/The-Academic-Observatory/academic-observatory-workflows
python-requires = >=3.7
python_requires = >=3.7
license = Apache License Version 2.0
classifier =
Development Status :: 2 - Pre-Alpha
Expand Down Expand Up @@ -43,10 +43,6 @@ data_files =
academic_observatory_workflows/database = academic_observatory_workflows/database/*
academic_observatory_workflows/workflows/data = academic_observatory_workflows/workflows/data/*

[entry_points]
console_scripts =
academic-observatory-workflows-seed = academic_observatory_workflows.seed.seed:seed

[extras]
tests =
liccheck==0.4.*
Expand Down

0 comments on commit 6e65c05

Please sign in to comment.