Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Exner-Kittridge authored and Mike Exner-Kittridge committed Mar 17, 2018
1 parent 2c1d17e commit 2190891
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions hilltoppy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import hilltoppy
10 changes: 5 additions & 5 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
# 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/
#
# 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:
Expand All @@ -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.
Expand Down

0 comments on commit 2190891

Please sign in to comment.