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}
347347{% endif %}
348348```
349349
350- ## Contributing
351-
352- Please read the [ Contributing Documentation] ( CONTRIBUTING.md ) here.
353350
354351## License
355352
Original file line number Diff line number Diff line change @@ -330,9 +330,6 @@ Checking if user can do all of the {permissions}
330330{% endif %}
331331```
332332
333- ## Contributing
334-
335- Please read the [ Contributing Documentation] ( CONTRIBUTING.md ) here.
336333
337334## Maintainers
338335
Original file line number Diff line number Diff line change 88 # Versions should comply with PEP440. For a discussion on single-sourcing
99 # the version across setup.py and the project code, see
1010 # https://packaging.python.org/en/latest/single_source_version.html
11- version = "0.1.9 " ,
11+ version = "0.2.0 " ,
1212 packages = [
1313 "masonite_permission" ,
1414 "masonite_permission.config" ,
2323 long_description = long_description ,
2424 long_description_content_type = "text/markdown" ,
2525 # The project's main homepage.
26- url = "https://github.com/yubarajshrestha /masonite-permission" ,
26+ url = "https://github.com/py-package /masonite-permission" ,
2727 # Author details
2828 author = "Yubaraj Shrestha" ,
29- author_email = "companion.krish@outlook .com" ,
29+ author_email = "yubaraj@pypackage .com" ,
3030 # Choose your license
3131 license = "MIT license" ,
3232 # If your package should include things you specify in your MANIFEST.in file
3939 # 3 - Alpha
4040 # 4 - Beta
4141 # 5 - Production/Stable
42- "Development Status :: 3 - Alpha " ,
42+ "Development Status :: 5 - Production/Stable " ,
4343 # Indicate who your project is intended for
4444 "Intended Audience :: Developers" ,
4545 "Environment :: Web Environment" ,
You can’t perform that action at this time.
0 commit comments