Share and Money Management 0.18devel
Functions | Variables
setup Namespace Reference

Functions

def add_defaults_fixed (self)
 
def is_package (path)
 
def find_packages (path, base="")
 

Variables

 add_defaults
 
list scripts = ['smmgui.py', 'smmgui.pyw', 'smmshell.py', 'test.py',]
 
list data_files
 
 packages = list(find_packages(".").keys())
 
list py_modules = ['bs4', 'JsonDottedReadAccess', 'mako', 'pubsub', 'storm']
 
string classifiers
 
 version = smm.version
 
 name
 
 author
 
 author_email
 
 url
 
 description
 
 long_description
 
 license
 
 platforms
 

Function Documentation

◆ add_defaults_fixed()

def setup.add_defaults_fixed (   self)
Add all the default files to self.filelist:
  - README or README.txt
  - setup.py
  - test/test*.py
  - all pure Python modules mentioned in setup script
  - all files pointed by package_data (build_py)
  - all files defined in data_files.
  - all files defined as scripts.
  - all C sources listed as part of extensions or C libraries
    in the setup script (doesn't catch C headers!)
Warns if (README or README.txt) or setup.py are missing; everything
else is optional.

◆ find_packages()

def setup.find_packages (   path,
  base = "" 
)
 Find all packages in path 

References find_packages(), and is_package().

Referenced by find_packages().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_package()

def setup.is_package (   path)

Referenced by find_packages().

Here is the caller graph for this function:

Variable Documentation

◆ add_defaults

setup.add_defaults

◆ author

setup.author

◆ author_email

setup.author_email

◆ classifiers

setup.classifiers
Initial value:
1= """\
2Development Status :: 4 - Beta
3License :: OSI Approved :: GNU General Public License (GPL)
4Natural Language :: German
5Operating System :: MacOS :: MacOS X
6Operating System :: Microsoft :: Windows :: Windows 95/98/2000
7Operating System :: Microsoft :: Windows :: Windows NT/2000
8Operating System :: POSIX
9Operating System :: Unix
10Programming Language :: Python :: 3
11Topic :: Office/Business :: Financial
12"""

◆ data_files

setup.data_files
Initial value:
1= [[
2 '',
3 ['ChangeLog', 'COPYING.GPL2', 'COPYING.GPL2.de', 'Doxyfile',
4 'Makefile', 'smm.nsi', 'LICENSE.Mako', 'LICENSE.PyPubSub',
5 'LICENSE.Storm', 'LICENSE.BeautifulSoup', ],
6 ],[
7 '',
8 glob.glob('doc/*'),
9 ],[
10 '',
11 glob.glob('ui/*'),
12 ]]

◆ description

setup.description

◆ license

setup.license

◆ long_description

setup.long_description

◆ name

setup.name

◆ packages

setup.packages = list(find_packages(".").keys())

◆ platforms

setup.platforms

◆ py_modules

setup.py_modules = ['bs4', 'JsonDottedReadAccess', 'mako', 'pubsub', 'storm']

◆ scripts

setup.scripts = ['smmgui.py', 'smmgui.pyw', 'smmshell.py', 'test.py',]

◆ url

setup.url

◆ version

setup.version = smm.version