Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

naming convention in setup.py #26

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +0,0 @@
# 0.2.0 (Tue Jan 30 2024)

#### 🚀 Enhancement

- Route to lincbrain-cli for installation [#25](https://github.com/lincbrain/linc-cli/pull/25) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- More trivial change for new git tag [#24](https://github.com/lincbrain/linc-cli/pull/24) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Use lincbrain release equivalent with dandi [#23](https://github.com/lincbrain/linc-cli/pull/23) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Include proper PEP naming [#22](https://github.com/lincbrain/linc-cli/pull/22) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Fix autorc [#21](https://github.com/lincbrain/linc-cli/pull/21) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Revise versioning convention [#20](https://github.com/lincbrain/linc-cli/pull/20) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- use custom script to pep name files to upload [#19](https://github.com/lincbrain/linc-cli/pull/19) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Conform to PEP versioning standards [#18](https://github.com/lincbrain/linc-cli/pull/18) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Add naming suffix to circumvent PyPI historical sem var history [#17](https://github.com/lincbrain/linc-cli/pull/17) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Update main branch for tagging [#16](https://github.com/lincbrain/linc-cli/pull/16) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Trivial change with remote tags cleaned up [#15](https://github.com/lincbrain/linc-cli/pull/15) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Clean changelog for tagging [#14](https://github.com/lincbrain/linc-cli/pull/14) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Include PR from main branch for GHA test [#13](https://github.com/lincbrain/linc-cli/pull/13) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Trivial change -- forgot labels [#12](https://github.com/lincbrain/linc-cli/pull/12) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Try release again with release label [#10](https://github.com/lincbrain/linc-cli/pull/10) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
- Trivial change to test labels and releases [#9](https://github.com/lincbrain/linc-cli/pull/9) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))

#### 🐛 Bug Fix

- Include permissions for actions bot [#11](https://github.com/lincbrain/linc-cli/pull/11) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))

#### Authors: 4

- [@aaronkanzer](https://github.com/aaronkanzer)
- Aaron Kanzer ([email protected])
- Aaron Kanzer ([email protected])
- Aaron Kanzer ([email protected])

---

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
setup_kw = {}

if __name__ == "__main__":
setup(name="lincbrain", **setup_kw)
setup(name="lincbrain-cli", **setup_kw)
Loading