Skip to content

Commit 77a5190

Browse files
Build 0.1.0
1 parent 0ffb79f commit 77a5190

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ __pycache__/
1010
.Python
1111
build/
1212
develop-eggs/
13-
dist/
13+
#dist/ # Keep distribution folder
1414
downloads/
1515
eggs/
1616
.eggs/
41.3 KB
Binary file not shown.

dist/schemascii-0.1.0.tar.gz

51.4 KB
Binary file not shown.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ readme = "README.md"
1010
authors = [{ name = "dragoncoder047", email = "101021094+dragoncoder047@users.noreply.github.com" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [
13+
'Development Status :: 4 - Beta',
1314
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1415
"Programming Language :: Python",
1516
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)