Skip to content

Commit

Permalink
Merge pull request #8 from kelockhart/setup-2
Browse files Browse the repository at this point in the history
Renamed package name in setup to make pip happy
  • Loading branch information
kelockhart authored Mar 16, 2022
2 parents 7d7003d + f9aace1 commit f15dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_git_version(default="v0.0.1"):
long_description = fd.read()

setup(
name='ingest_data_model',
name='adsingestschema',
version=get_git_version(default="v0.0.1"),
url='http://github.com/adsabs/ingest_data_model/',
license='MIT',
Expand Down

0 comments on commit f15dc0e

Please sign in to comment.