File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022-present REPLACE_NAME REPLACE_SURNAME <REPLACE_EMAIL>
3
+ Copyright (c) 2022-present REPLACE_FULL_NAME <REPLACE_EMAIL>
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 15
15
16
16
* ` REPLACE_PACKAGE_NAME ` : name of the package (usually the same name as the repository in which it's hosted).
17
17
* ` REPLACE_PACKAGE_DESCRIPTION ` : description of the package.
18
- * ` REPLACE_NAME ` : user's name.
19
- * ` REPLACE_SURNAME ` : user's surname.
18
+ * ` REPLACE_FULL_NAME ` : user's full name.
20
19
* ` REPLACE_EMAIL ` : user's email.
21
20
* ` REPLACE_GITHUB_USERNAME ` : GitHub username of the package owner.
Original file line number Diff line number Diff line change 2
2
3
3
MIT License
4
4
5
- Copyright (c) 2022-present REPLACE_NAME REPLACE_SURNAME <REPLACE_EMAIL>
5
+ Copyright (c) 2022-present REPLACE_FULL_NAME <REPLACE_EMAIL>
6
6
7
7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
site_name : REPLACE_PACKAGE_NAME
2
2
site_url : https://github.com/REPLACE_GITHUB_USERNAME/REPLACE_PACKAGE_NAME
3
- site_author : REPLACE_NAME REPLACE_SURNAME
3
+ site_author : REPLACE_FULL_NAME
4
4
site_description : REPLACE_PACKAGE_DESCRIPTION
5
5
6
6
repo_name : REPLACE_GITHUB_USERNAME/REPLACE_PACKAGE_NAME
7
7
repo_url : https://github.com/REPLACE_GITHUB_USERNAME/REPLACE_PACKAGE_NAME
8
8
9
- copyright : Copyright (c) 2022-present REPLACE_NAME REPLACE_SURNAME <REPLACE_EMAIL>
9
+ copyright : Copyright (c) 2022-present REPLACE_FULL_NAME <REPLACE_EMAIL>
10
10
11
11
theme :
12
12
name : material
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ build-backend = "hatchling.build"
3
3
requires = [" hatchling" ]
4
4
5
5
[project ]
6
- authors = [{name = " REPLACE_NAME REPLACE_SURNAME " }]
6
+ authors = [{name = " REPLACE_FULL_NAME " }]
7
7
classifiers = [
8
8
" Development Status :: 4 - Beta" ,
9
9
" Programming Language :: Python" ,
Original file line number Diff line number Diff line change 1
1
"""`REPLACE_PACKAGE_NAME `: REPLACE_PACKAGE_DESCRIPTION"""
2
2
3
- __author__ = "REPLACE_NAME REPLACE_SURNAME <REPLACE_EMAIL>"
3
+ __author__ = "REPLACE_FULL_NAME <REPLACE_EMAIL>"
4
4
__version__ = "0.0.1"
You can’t perform that action at this time.
0 commit comments