FernLab / cookiecutter-py-package

Cookiecutter template for Python packages. Fork from https://github.com/audreyfeldroy/cookiecutter-pypackage.git
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix spelling and naming issues #12

Closed DaRa42 closed 1 month ago

DaRa42 commented 1 month ago

7

8

9

10

11

15

16

17

romulogoncalves commented 1 month ago

@DaRa42 could we also update in the HISTORY.rst:

* Package skeleton as created by https://github.com/danschef/cookiecutter-pypackage.
romulogoncalves commented 1 month ago

And also remove the following from tests/test...py

    # import requests
    # return requests.get('https://github.com/audreyr/cookiecutter-pypackage')

Or even remove the test.

romulogoncalves commented 1 month ago

@DaRa42 it seems you are also solving #7

romulogoncalves commented 1 month ago

@DaRa42 I pushed some fixes and I approved it.