File tree Expand file tree Collapse file tree 5 files changed +4
-140
lines changed Expand file tree Collapse file tree 5 files changed +4
-140
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -347,9 +347,6 @@ Checking if user can do all of the {permissions}
347
347
{% endif %}
348
348
```
349
349
350
- ## Contributing
351
-
352
- Please read the [ Contributing Documentation] ( CONTRIBUTING.md ) here.
353
350
354
351
## License
355
352
Original file line number Diff line number Diff line change @@ -330,9 +330,6 @@ Checking if user can do all of the {permissions}
330
330
{% endif %}
331
331
```
332
332
333
- ## Contributing
334
-
335
- Please read the [ Contributing Documentation] ( CONTRIBUTING.md ) here.
336
333
337
334
## Maintainers
338
335
Original file line number Diff line number Diff line change 8
8
# Versions should comply with PEP440. For a discussion on single-sourcing
9
9
# the version across setup.py and the project code, see
10
10
# https://packaging.python.org/en/latest/single_source_version.html
11
- version = "0.1.9 " ,
11
+ version = "0.2.0 " ,
12
12
packages = [
13
13
"masonite_permission" ,
14
14
"masonite_permission.config" ,
23
23
long_description = long_description ,
24
24
long_description_content_type = "text/markdown" ,
25
25
# The project's main homepage.
26
- url = "https://github.com/yubarajshrestha /masonite-permission" ,
26
+ url = "https://github.com/py-package /masonite-permission" ,
27
27
# Author details
28
28
author = "Yubaraj Shrestha" ,
29
- author_email = "companion.krish@outlook .com" ,
29
+ author_email = "yubaraj@pypackage .com" ,
30
30
# Choose your license
31
31
license = "MIT license" ,
32
32
# If your package should include things you specify in your MANIFEST.in file
39
39
# 3 - Alpha
40
40
# 4 - Beta
41
41
# 5 - Production/Stable
42
- "Development Status :: 3 - Alpha " ,
42
+ "Development Status :: 5 - Production/Stable " ,
43
43
# Indicate who your project is intended for
44
44
"Intended Audience :: Developers" ,
45
45
"Environment :: Web Environment" ,
You can’t perform that action at this time.
0 commit comments