diff --git a/hilltoppy/__init__.py b/hilltoppy/__init__.py index e69de29..49237c2 100644 --- a/hilltoppy/__init__.py +++ b/hilltoppy/__init__.py @@ -0,0 +1 @@ +import hilltoppy diff --git a/meta.yaml b/meta.yaml index 775c71c..06c5faf 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,10 +1,10 @@ package: - name: hilltoppy - version: "1.0.4" + name: hilltop-py + version: "1.0.5" source: - git_rev: 1.0.4 - git_url: https://github.com/mullenkamp/hilltoppy.git + git_rev: 1.0.5 + git_url: https://github.com/mullenkamp/hilltop-py.git requirements: build: @@ -20,6 +20,6 @@ test: - hilltoppy about: - home: https://github.com/mullenkamp/hilltoppy + home: https://github.com/mullenkamp/hilltop-py license: Apache License 2.0 license_file: LICENSE diff --git a/setup.py b/setup.py index 3a3fb96..4d69bc2 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ # There are some restrictions on what makes a valid project name # specification here: # https://packaging.python.org/specifications/core-metadata/#name - name='hilltoppy', # Required + name='hilltop-py', # Required # Versions should comply with PEP 440: # https://www.python.org/dev/peps/pep-0440/ @@ -40,7 +40,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.4', # Required + version='1.0.5', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -61,7 +61,7 @@ # # This field corresponds to the "Home-Page" metadata field: # https://packaging.python.org/specifications/core-metadata/#home-page-optional - url='https://github.com/mullenkamp/hilltoppy', # Optional + url='https://github.com/mullenkamp/hilltop-py', # Optional # This should be your name or the name of the organization which owns the # project.