Billingegroup / cookiecutter

A cookie-cutter for DiffPy packages.
Other
1 stars 8 forks source link

Add main.yml, pyproject.toml, remove setup.py, #45

Closed 8bitsam closed 3 months ago

8bitsam commented 3 months ago

and add .idea to .gitignore. The following is the output of git diff with --- being the real diffpy.utils and +++ being the cookiecutter diffpy.utils: Screenshot from 2024-06-20 11-51-25

8bitsam commented 3 months ago

This is for main.yml (the variables should fill in when you push the local repo to github)

Screenshot from 2024-06-20 12-16-16

8bitsam commented 3 months ago

This PR closes #7 and #16

sbillinge commented 3 months ago

This has a very dirty commit history. Let's close and do again from a properly synced main.

On Thu, Jun 20, 2024 at 12:18 PM Sam Andrello @.***> wrote:

This PR closes #7 https://github.com/Billingegroup/cookiecutter/issues/7 and #16 https://github.com/Billingegroup/cookiecutter/issues/16

— Reply to this email directly, view it on GitHub https://github.com/Billingegroup/cookiecutter/pull/45#issuecomment-2181079990, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAOWUKH6454ET4R3Z6WNKTZIL6G5AVCNFSM6AAAAABJUICFXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRGA3TSOJZGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Simon Billinge Professor, Department of Applied Physics and Applied Mathematics Columbia University

8bitsam commented 3 months ago

Alright, I'll close this and make two PRs for each git diff. Not sure why it had some of the older commits, though, since I synced my fork.