Skip to main content

A majorly funny joke

Project description

majorly_funny

setup

  1. Things to add to .gitignore
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
  1. 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...)

  1. remove old packages
rm dist/*
  1. bump the version in setup.py

  2. build new package

python3 setup.py sdist
  1. check new package
twine check
  1. test publish new package
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
  1. publish real package
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --verbose

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page