-
.gitignore
-
MANIFEST.in
-
README.md
-
setup.py
-
VERSION
-
CHANGELOG.md
Changelog should be updated when a release candidate is cut from develop -
fury.json
Internal dependencies and their versions -
RELEASENOTES.md
RELEASENOTES should be updated when merging a release candidate to master -
requirements.txt
External dependencies with their versions -
setup.cfg
Test runner configurations
-
Create a new repository using the template
-
Update below mentioned configs in setup.py\
- YOUR_PACKAGE_NAME_HERE - Package name
- YOUR_DESCRIPTION_HERE - Package Description
- YOUR_NAME - Author name
- YOUR_EMAIL - Author email
-
Run python setup.py install
https://moengagetrial.atlassian.net/wiki/spaces/EN/pages/1067941917/Deployment+Template