Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in packaging

What is the advantage of setting zip_safe to True when packaging a Python project?

python packaging setuptools

How to make a JAR file that includes DLL files?

java dll jar swt packaging

Process to convert simple Python script into Windows executable [duplicate]

What is pyproject.toml file for?

How to package & deploy Node.js + express web application?

Is there a standard way to create Debian packages for distributing Python programs?

How to create Python egg file

python packaging egg

How to build a Debian/Ubuntu package from source?

ubuntu debian packaging

How should I structure a Python package that contains Cython code

python packaging cython

How to write setup.py to include a Git repository as a dependency

Create a single executable from a Python project

How to ship an executable with Language.Haskell.Interpreter?

haskell packaging shipping

py2exe - generate single executable file

python packaging py2exe

setuptools vs. distutils: why is distutils still a thing?

What is an uber jar?

Including dependencies in a jar with Maven

java maven-2 jar packaging

Differences between distribute, distutils, setuptools and distutils2?