|
48 | 48 |
|
49 | 49 | # Specify the Python versions you support here. In particular, ensure |
50 | 50 | # that you indicate whether you support Python 2, Python 3 or both. |
51 | | - 'Programming Language :: Python :: 3.5' |
| 51 | + 'Programming Language :: Python :: 2.7', |
| 52 | + 'Programming Language :: Python :: 3.4' |
52 | 53 | ], |
53 | 54 |
|
54 | 55 | # What does your project relate to? |
|
63 | 64 | # requirements files see: |
64 | 65 | # https://packaging.python.org/en/latest/requirements.html |
65 | 66 | install_requires=['pyxb==1.2.5', 'nose', 'mock', 'lxml'], |
66 | | - #install_requires=['nose'], |
67 | | - #install_requires=['nosetests'], |
68 | | - #install_requires=['mock'], |
69 | | - #install_requires=['lxml'], |
70 | | - |
| 67 | + #install_requires=['nose'], |
| 68 | + #install_requires=['nosetests'], |
| 69 | + #install_requires=['mock'], |
| 70 | + #install_requires=['lxml'], |
| 71 | + |
71 | 72 | # List additional groups of dependencies here (e.g. development |
72 | 73 | # dependencies). You can install these using the following syntax, |
73 | 74 | # for example: |
|
80 | 81 | }, |
81 | 82 | environment_variables={ |
82 | 83 | #api.login.id : xyz |
83 | | - #transaction.key : xyz |
| 84 | + #transaction.key : xyz |
84 | 85 | #md5.hash.key : MD5_HASH_KEY |
85 | 86 | }, |
86 | 87 |
|
87 | 88 | # If there are data files included in your packages that need to be |
88 | 89 | # installed, specify them here. If using Python 2.6 or less, then these |
89 | 90 | # have to be included in MANIFEST.in as well. |
90 | | - #package_data={ |
| 91 | + #package_data={ |
91 | 92 | # 'sample': ['package_data.dat'], |
92 | | - #}, |
93 | | - |
| 93 | + #}, |
| 94 | + |
94 | 95 | # Although 'package_data' is the preferred approach, in some case you may |
95 | 96 | # need to place data files outside of your packages. See: |
96 | 97 | # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa |
97 | 98 | # In this case, 'data_file' will be installed into '<sys.prefix>/my_data' |
98 | | - # data_files=[('my_data', ['data/data_file'])], |
| 99 | + # data_files=[('my_data', ['data/data_file'])], |
99 | 100 |
|
100 | 101 | # To provide executable scripts, use entry points in preference to the |
101 | 102 | # "scripts" keyword. Entry points provide cross-platform support and allow |
|
104 | 105 | # 'console_scripts': [ |
105 | 106 | # 'sample=sample:main', |
106 | 107 | # ], |
107 | | - #}, |
| 108 | + #}, |
108 | 109 | ) |
0 commit comments