Skip to content

Commit

Permalink
Merge pull request #1532 from HosamAlmoghraby/master
Browse files Browse the repository at this point in the history
update AUTHOR lead
  • Loading branch information
simobasso committed Apr 26, 2021
2 parents 993f15e + dcac8c5 commit 57c2f95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Development Leads

* Audrey Roy Greenfeld ([@audreyr](https://github.com/audreyr))
* Daniel Roy Greenfeld ([@pydanny](https://github.com/pydanny))
* Audrey Feldroy ([@audreyfeldroy](https://github.com/audreyfeldroy))
* Daniel Feldroy ([@pydanny](https://github.com/pydanny))
* Raphael Pierzina ([@hackebrot](https://github.com/hackebrot))

## Core Committers
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Did someone say features?
# You'll be prompted to enter values.
# Then it'll create your Python package in the current working directory,
# based on those values.
$ cookiecutter https://github.com/audreyr/cookiecutter-pypackage
$ cookiecutter https://github.com/audreyfeldroy/cookiecutter-pypackage
# For the sake of brevity, repos on GitHub can just use the 'gh' prefix
$ cookiecutter gh:audreyr/cookiecutter-pypackage
$ cookiecutter gh:audreyfeldroy/cookiecutter-pypackage
```

* Use it at the command line with a local template:
Expand All @@ -61,7 +61,7 @@ from cookiecutter.main import cookiecutter
cookiecutter('cookiecutter-pypackage/')

# Create project from the cookiecutter-pypackage.git repo template
cookiecutter('https://github.com/audreyr/cookiecutter-pypackage.git')
cookiecutter('https://github.com/audreyfeldroy/cookiecutter-pypackage.git')
```

* Directory names and filenames can be templated. For example:
Expand All @@ -76,7 +76,7 @@ cookiecutter('https://github.com/audreyr/cookiecutter-pypackage.git')

```json
{
"full_name": "Audrey Roy",
"full_name": "Audrey Feldroy",
"email": "audreyr@gmail.com",
"project_name": "Complexity",
"repo_name": "complexity",
Expand All @@ -95,9 +95,9 @@ cookiecutter('https://github.com/audreyr/cookiecutter-pypackage.git')

```yaml
default_context:
full_name: "Audrey Roy"
full_name: "Audrey Feldroy"
email: "audreyr@gmail.com"
github_username: "audreyr"
github_username: "audreyfeldroy"
cookiecutters_dir: "~/.cookiecutters/"
```

Expand All @@ -108,7 +108,7 @@ you can reference it by directory name:

```bash
# Clone cookiecutter-pypackage
$ cookiecutter gh:audreyr/cookiecutter-pypackage
$ cookiecutter gh:audreyfeldroy/cookiecutter-pypackage
# Now you can use the already cloned cookiecutter by name
$ cookiecutter cookiecutter-pypackage
```
Expand Down Expand Up @@ -157,8 +157,8 @@ discoverable. You are almost not limited in topics amount, use it!

These Cookiecutters are maintained by the cookiecutter team:

* [cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage):
[@audreyr's](https://github.com/audreyr) ultimate Python package project template.
* [cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage):
[@audreyfeldroy's](https://github.com/audreyfeldroy) ultimate Python package project template.
* [cookiecutter-django](https://github.com/pydanny/cookiecutter-django):
A bleeding edge Django project template with Bootstrap 4, customizable users app,
starter templates, working user registration, celery setup, and much more.
Expand Down Expand Up @@ -222,7 +222,7 @@ If urgent, it's fine to ping a core committer in the issue with a reminder.
* Ask others to comment, discuss, review, etc.
* Search the Cookiecutter repo for issues related to yours.
* Need a fix/feature/release/help urgently, and can't wait?
[@audreyr](https://github.com/audreyr) is available for hire for consultation
[@audreyfeldroy](https://github.com/audreyfeldroy) is available for hire for consultation
or custom development.

## Support This Project
Expand Down

0 comments on commit 57c2f95

Please sign in to comment.