73
73
#
74
74
# This field corresponds to the "Home-Page" metadata field:
75
75
# https://packaging.python.org/specifications/core-metadata/#home-page-optional
76
- url = 'https://github.com/pypa/sampleproject ' , # Optional
76
+ url = 'https://github.com/fmaida/msxtools ' , # Optional
77
77
78
78
# This should be your name or the name of the organization which owns the
79
79
# project.
80
- author = 'The Python Packaging Authority ' , # Optional
80
+ author = 'Francesco Maida ' , # Optional
81
81
82
82
# This should be a valid email address corresponding to the author listed
83
83
# above.
84
- author_email = 'pypa-dev@googlegroups .com' , # Optional
84
+ author_email = 'francesco.maida@gmail .com' , # Optional
85
85
86
86
# Classifiers help users find your project by categorizing it.
87
87
#
96
96
97
97
# Indicate who your project is intended for
98
98
'Intended Audience :: Developers' ,
99
- 'Topic :: Software Development :: Build Tools ' ,
99
+ 'Topic :: Software Development :: Utilities ' ,
100
100
101
101
# Pick your license as you wish
102
102
'License :: OSI Approved :: MIT License' ,
103
103
104
104
# Specify the Python versions you support here. In particular, ensure
105
105
# that you indicate whether you support Python 2, Python 3 or both.
106
- 'Programming Language :: Python :: 2' ,
107
- 'Programming Language :: Python :: 2.7' ,
108
106
'Programming Language :: Python :: 3' ,
109
107
'Programming Language :: Python :: 3.4' ,
110
108
'Programming Language :: Python :: 3.5' ,
115
113
# project page. What does your project relate to?
116
114
#
117
115
# Note that this is a string of words separated by whitespace, not a list.
118
- keywords = 'sample setuptools development ' , # Optional
116
+ keywords = 'msx cas tape audio ' , # Optional
119
117
120
118
# You can just specify package directories manually here if your project is
121
119
# simple. Or you can use find_packages().
134
132
#
135
133
# For an analysis of "install_requires" vs pip's requirements files see:
136
134
# https://packaging.python.org/en/latest/requirements.html
137
- install_requires = ['peppercorn' ], # Optional
135
+ # install_requires=['peppercorn'], # Optional
138
136
139
137
# List additional groups of dependencies here (e.g. development
140
138
# dependencies). Users will be able to install these using the "extras"
144
142
#
145
143
# Similar to `install_requires` above, these must be valid existing
146
144
# projects.
147
- extras_require = { # Optional
148
- 'dev' : ['check-manifest' ],
149
- 'test' : ['coverage' ],
150
- },
145
+ # extras_require={ # Optional
146
+ # 'dev': ['check-manifest'],
147
+ # 'test': ['coverage'],
148
+ # },
151
149
152
150
# If there are data files included in your packages that need to be
153
151
# installed, specify them here.
154
152
#
155
153
# If using Python 2.6 or earlier, then these have to be included in
156
154
# MANIFEST.in as well.
157
- package_data = { # Optional
158
- 'sample' : ['package_data.dat' ],
159
- },
155
+ # package_data={ # Optional
156
+ # 'sample': ['package_data.dat'],
157
+ # },
160
158
161
159
# Although 'package_data' is the preferred approach, in some case you may
162
160
# need to place data files outside of your packages. See:
163
161
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
164
162
#
165
163
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
166
- data_files = [('my_data' , ['data/data_file' ])], # Optional
164
+ # data_files=[('my_data', ['data/data_file'])], # Optional
167
165
168
166
# To provide executable scripts, use entry points in preference to the
169
167
# "scripts" keyword. Entry points provide cross-platform support and allow
172
170
#
173
171
# For example, the following would provide a command called `sample` which
174
172
# executes the function `main` from this package when invoked:
175
- entry_points = { # Optional
176
- 'console_scripts' : [
177
- 'sample=sample:main' ,
178
- ],
179
- },
173
+ # entry_points={ # Optional
174
+ # 'console_scripts': [
175
+ # 'sample=sample:main',
176
+ # ],
177
+ # },
180
178
181
179
# List additional URLs that are relevant to your project as a dict.
182
180
#
188
186
# maintainers, and where to support the project financially. The key is
189
187
# what's used to render the link text on PyPI.
190
188
project_urls = { # Optional
191
- 'Bug Reports' : 'https://github.com/pypa/sampleproject/issues' ,
192
- 'Funding' : 'https://donate.pypi.org' ,
193
- 'Say Thanks!' : 'http://saythanks.io/to/example' ,
194
- 'Source' : 'https://github.com/pypa/sampleproject/' ,
189
+ 'Bug Reports' : 'https://github.com/fmaida/msxtools/issues' ,
190
+ 'Source' : 'https://github.com/fmaida/msxtools' ,
195
191
},
196
- )
192
+ )
0 commit comments