Skip to content

Commit 74cb2c1

Browse files
authored
Update to v1.1.1
1 parent 918245f commit 74cb2c1

File tree

8 files changed

+588
-20
lines changed

8 files changed

+588
-20
lines changed

License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021 Hubert Tournier
1+
Copyright 2021+ Hubert Tournier
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

UNICODE2ASCII.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ So far, only the following Unicode character sets are processed for missing ASCI
6969
* Unicode symbols
7070
* General Punctuation
7171
* Number Forms
72+
* Cyrillic
73+

UNICODE2ASCII.3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ So far, only the following Unicode character sets are processed for missing ASCI
7777
* Unicode symbols
7878
* General Punctuation
7979
* Number Forms
80+
* Cyrillic
81+

man/unicode2ascii.1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ Unicode symbols
9999
General Punctuation
100100
.It
101101
Number Forms
102+
.It
103+
Cyrillic
102104
.El

man/unicode2ascii.3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,6 @@ Unicode symbols
113113
General Punctuation
114114
.It
115115
Number Forms
116+
.It
117+
Cyrillic
116118
.El

setup.cfg

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = pnu_unicode2ascii
33
description = Unicode to Ascii command-line utility and Python library
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 1.0.0
6+
version = 1.1.1
77
license = BSD 3-Clause License
88
license_files = License
99
author = Hubert Tournier
@@ -13,19 +13,29 @@ project_urls =
1313
Bug Tracker = https://github.com/HubTou/unicode2ascii/issues
1414
keywords = pnu-project
1515
classifiers =
16-
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.0
16+
Development Status :: 5 - Production/Stable
17+
Environment :: Console
1818
Intended Audience :: Developers
1919
Intended Audience :: End Users/Desktop
2020
License :: OSI Approved :: BSD License
21+
Natural Language :: English
2122
Operating System :: OS Independent
2223
Operating System :: POSIX :: BSD :: FreeBSD
2324
Operating System :: Microsoft :: Windows
24-
Environment :: Console
25-
Development Status :: 5 - Production/Stable
25+
Programming Language :: Python :: 3
26+
Programming Language :: Python :: 3.0
27+
Programming Language :: Python :: 3.1
28+
Programming Language :: Python :: 3.2
29+
Programming Language :: Python :: 3.3
30+
Programming Language :: Python :: 3.4
31+
Programming Language :: Python :: 3.5
32+
Programming Language :: Python :: 3.6
33+
Programming Language :: Python :: 3.7
34+
Programming Language :: Python :: 3.8
35+
Programming Language :: Python :: 3.9
36+
Programming Language :: Python :: 3.10
2637
Topic :: Software Development :: Libraries
2738
Topic :: Software Development :: Libraries :: Python Modules
28-
Natural Language :: English
2939
Topic :: System
3040
Topic :: Utilities
3141

@@ -47,3 +57,4 @@ man/man1 =
4757
man/unicode2ascii.1.gz
4858
man/man3 =
4959
man/unicode2ascii.3.gz
60+

0 commit comments

Comments
 (0)