Skip to content

Commit 4d95832

Browse files
committed
Trying to upload new release to PyPi.
They've killed Kenny.
1 parent 244878f commit 4d95832

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

.bzrignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ fastimport.stream
1313
wheelhouse
1414
./.git
1515
./.gitignore
16+
./venv

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
docs/manual.html
55
docs/manual/.build/doctrees/*
66
docs/manual/.build/html/*
7+
venv/
8+
dist/
9+
MANIFEST

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include AUTHORS.txt
22
include LICENSE.txt
3-
include NEWS.txt
4-
include README.txt
3+
include News.txt
4+
include Readme.rst
File renamed without changes.

setup.py

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,12 @@
5757
keywords='Intel HEX hex2bin HEX8',
5858
license='BSD',
5959
classifiers = [
60+
'Development Status :: 5 - Production/Stable',
61+
'Environment :: Console',
62+
'Intended Audience :: Developers',
63+
'License :: OSI Approved :: BSD License',
64+
'Operating System :: OS Independent',
6065
'Programming Language :: Python',
61-
'Programming Language :: Python :: 2',
62-
'Programming Language :: Python :: 3',
63-
'Classifier: Development Status :: 5 - Production/Stable',
64-
'Classifier: Environment :: Console',
65-
'Classifier: Intended Audience :: Developers',
66-
'Classifier: Intended Audience :: Telecommunications Industry',
67-
'Classifier: License :: OSI Approved :: BSD License',
68-
'Classifier: Operating System :: OS Independent',
69-
'Classifier: Programming Language :: Python',
70-
'Classifier: Topic :: Scientific/Engineering',
71-
'Classifier: Topic :: Software Development :: Embedded Systems',
72-
'Classifier: Topic :: Utilities',
7366
],
7467
)
7568

0 commit comments

Comments
 (0)