Skip to content

Commit 5d010ac

Browse files
committed
build for distribution
1 parent f0028ac commit 5d010ac

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

pkg/dist/vtreat-0.2.1.tar.gz

-9.51 KB
Binary file not shown.
Binary file not shown.

pkg/dist/vtreat-0.2.2.tar.gz

9.66 KB
Binary file not shown.

pkg/setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name='vtreat',
6-
version='0.2.1',
6+
version='0.2.2',
77
author='John Mount',
88
author_email='[email protected]',
99
url='https://github.com/WinVector/pyvtreat',
@@ -15,6 +15,12 @@
1515
'scipy'
1616
],
1717
classifiers=[
18-
'License :: OSI Approved :: BSD-3-Clause'
19-
]
18+
'Intended Audience :: Science/Research',
19+
'Programming Language :: Python',
20+
'Programming Language :: Python :: 3',
21+
'Programming Language :: Python :: 3.5',
22+
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7',
24+
'License :: OSI Approved :: BSD License',
25+
],
2026
)

pkg/vtreat.egg-info/PKG-INFO

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Metadata-Version: 1.1
22
Name: vtreat
3-
Version: 0.2.1
3+
Version: 0.2.2
44
Summary: UNKNOWN
55
Home-page: https://github.com/WinVector/pyvtreat
66
Author: John Mount
77
Author-email: [email protected]
88
License: UNKNOWN
99
Description: UNKNOWN
1010
Platform: UNKNOWN
11-
Classifier: License :: OSI Approved :: BSD-3-Clause
11+
Classifier: Intended Audience :: Science/Research
12+
Classifier: Programming Language :: Python
13+
Classifier: Programming Language :: Python :: 3
14+
Classifier: Programming Language :: Python :: 3.5
15+
Classifier: Programming Language :: Python :: 3.6
16+
Classifier: Programming Language :: Python :: 3.7
17+
Classifier: License :: OSI Approved :: BSD License

0 commit comments

Comments
 (0)