iterate setup.py, internalize entry flows · feethink/TagUI-Python@6d07cdc · GitHub
Skip to content

Commit 6d07cdc

Browse files
committed
iterate setup.py, internalize entry flows
1 parent a35d008 commit 6d07cdc

6 files changed

Lines changed: 48 additions & 26 deletions

File tree

.gitignore

Lines changed: 2 additions & 4 deletions

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include LICENSE.txt
22
include README.md
3-
include tagui_python
4-
include tagui_visual
3+
include sample.py
54
include tagui_local.js

setup.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,24 @@
22

33
setup(
44
name='tagui',
5-
version='0.0.2',
5+
version='0.0.4',
6+
py_modules=['tagui'],
67
author='Tebel.Automation',
78
author_email='ken@tebel.org',
9+
license='Apache License 2.0',
810
url='https://github.com/tebelorg/TagUI-Python',
9-
license='LICENSE.txt',
1011
description='Placeholder for TagUI Python package',
1112
long_description=open('README.md').read(),
13+
classifiers=[
14+
'Development Status :: 3 - Alpha',
15+
'Programming Language :: Python :: 2',
16+
'Programming Language :: Python :: 3',
17+
'License :: OSI Approved :: Apache Software License',
18+
'Intended Audience :: Developers',
19+
'Intended Audience :: Education',
20+
'Intended Audience :: Science/Research',
21+
'Operating System :: POSIX :: Linux',
22+
'Operating System :: MacOS :: MacOS X',
23+
'Operating System :: Microsoft :: Windows',
24+
],
1225
)

tagui.py

Lines changed: 30 additions & 11 deletions

tagui_python

Lines changed: 0 additions & 3 deletions
This file was deleted.

tagui_visual

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)