Home > other >  How to write about this setup. Py files?
How to write about this setup. Py files?

Time:09-30

All project documents are uploaded to the
https://gitee.com/1248283536/analyse

For convenience, also in this email, add a attachment, two files are exactly the same,
Problem representation process
CD analyse
Tree


I wrote a setup. Py

Vim setup. Py

 #! The/usr/bin/env python3 
# coding=utf-8

The from setuptools import setup, find_packages

The setup (
Name='analysestock',
Version=0.6,
License='BSD license,
Packages=find_packages (),
Test_suite="tests",
Description="analysestock",
Platforms=(" all "),
Url=",
Classifiers=[
Operating System: : OS Independent,
'Intended on: : Developers',
'License: : OSI Approved: : BSD License',
'Programming Language: Python',
'Programming Language: Python: : Implementation',
'Programming Language: Python: : 3',
'Programming Language: Python: : 3.4',
'Programming Language: Python: : 3.5',
'Topic: : Software Development: : Libraries'
],
)



Packaging
Python3 setup. Py sdist




To the inside of the dist file analysestock - 0.6. Tar. Gz, to extract
Tree/TMP/analysestock/dist/analysestock - 0.6

1. How many files without packaging?

Cncode. Py hkcode. Py just set p y ana. Py download. Py info. Py pehkipo. Py the vix. Py
Why aren't these files packaged in?

2. The packing is not complete data file
Why the data there are four files
Download. Sh set py init. SQL writedata. Py
Packaged by only two files
Just set py writedata. Py
How to packaging in the other two files?

  • Related