Skip to main content

No project description provided

Project description






# STRUCTURE:

BINARY_DISTRIBUTION_TEMPLATE
src
bin
BINARY_DISTRIBUTION_TEMPLATE



# setup.py
from setuptools import setup, find_packages

setup (
version = "0.0.9",

name = "BINARY_DISTRIBUTION_TEMPLATE",
install_requires = [],

package_dir = {
#'bin': 'src/START.py',
'BINARY_DISTRIBUTION_TEMPLATE': 'src',
},
package_data = {
'BINARY_DISTRIBUTION_TEMPLATE': [ 'bin/BINARY_DISTRIBUTION_TEMPLATE' ]
},
scripts = [ 'src/bin/BINARY_DISTRIBUTION_TEMPLATE' ],

license = "",
long_description = "",
long_description_content_type = "text/x-rst; charset=UTF-8"
)

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

BINARY_DISTRIBUTION_TEMPLATE-0.0.13.tar.gz (1.4 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