Changeset 18546


Ignore:
Timestamp:
Jun 6, 2023, 9:05:30 AM (22 months ago)
Author:
Jun Omae
Message:

TracWysiwygPlugin: enable universal of bdist_wheel and add classifiers

Location:
tracwysiwygplugin/0.12
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tracwysiwygplugin/0.12/setup.py

    r16729 r18546  
    1111        'author': 'Jun Omae',
    1212        'author_email': 'omae@opengroove.com',
     13        'classifiers': [
     14            'Framework :: Trac',
     15            'Programming Language :: Python :: 2.4',
     16            'Programming Language :: Python :: 2.5',
     17            'Programming Language :: Python :: 2.6',
     18            'Programming Language :: Python :: 2.7',
     19            'Programming Language :: Python :: 3',
     20        ],
    1321        'packages': find_packages(exclude=['*.tests*']),
    1422        'package_data': {
Note: See TracChangeset for help on using the changeset viewer.