Skip to content

Commit

Permalink
Merge pull request #4 from niaid/ConsistentNamePackageWithUnderscore
Browse files Browse the repository at this point in the history
Consistently name package tomojs_pytools.
  • Loading branch information
blowekamp authored Mar 30, 2021
2 parents a5d7261 + 290fe8b commit 3a86a18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
id: files
run: |
cd ${{steps.download.outputs.download-path}}
echo ::set-output name=file1::$(ls tomojs-pytools*any.whl)
echo ::set-output name=file2::$(ls tomojs-pytools*.tar.gz)
echo ::set-output name=file1::$(ls tomojs_pytools*any.whl)
echo ::set-output name=file2::$(ls tomojs_pytools*.tar.gz)
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Neuroglancer precompute pyramid formats.
Installation
------------

Use `pip` to install the pytools package:
Use `pip` to install the tomojs_pytools package:

`python3 -m pip install pytools`
`python3 -m pip install tomojs_pytools`

The requirements are specified conventionally in requirements.txt and
setup.py, so they will be enforced at installation time. Additionally,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
requirements = list(filter(bool, (line.strip() for line in fp)))

setup(
name="tomojs-pytools",
name="tomojs_pytools",
use_scm_version={"local_scheme": "dirty-tag"},
author="Bradley Lowekamp",
author_email="[email protected]",
Expand Down

0 comments on commit 3a86a18

Please sign in to comment.