A majorly funny joke
Project description
majorly_funny
setup
- Things to add to .gitignore
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
- setup env variables
TWINE_USERNAME
TWINE_PASSWORD
development mode
python setup.py develop
or
pip install -e .
update published package
after making changes to the project (write new code, add resource files, etc...)
- remove old packages
rm dist/*
-
bump the version in setup.py
-
build new package
python3 setup.py sdist
- check new package
twine check
- test publish new package
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
- publish real package
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --verbose
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
majorly_funny-0.5.0.tar.gz
(1.6 kB
view details)
File details
Details for the file majorly_funny-0.5.0.tar.gz.
File metadata
- Download URL: majorly_funny-0.5.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42935b853b86fd97555073e0386e23da8244aa3be68c77ecdf2f358d50611ec5
|
|
| MD5 |
447f31b9fa1244a35f66a66435612c18
|
|
| BLAKE2b-256 |
84ababaf8585e241b06108ecdd496895e67d290baab09ead4b80c5fbc37eee42
|