Skip to content

Commit 63264ca

Browse files
committed
[branding] Update PyPi classifiers and update README
1 parent 8fbc189 commit 63264ca

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<hr>
44
<p>an interpreted, minimalistic programming language</p>
55
<img alt="License" src="https://img.shields.io/github/license/iiPythonx/xpp?color=c3e7ff&style=flat-square">
6-
<img alt="Downloads" src="https://img.shields.io/github/downloads/IiPythonx/xpp/total.svg?color=c3e7ff&style=flat-square">
7-
<img alt="Last commit" src="https://img.shields.io/github/last-commit/IiPythonx/xpp?color=c3e7ff&style=flat-square">
8-
<img alt="Repo size" src="https://img.shields.io/github/repo-size/IiPythonx/xpp?color=c3e7ff&style=flat-square">
9-
<img alt="Stars" src="https://img.shields.io/github/stars/IiPythonx/xpp?color=c3e7ff&style=flat-square">
6+
<img alt="Downloads" src="https://img.shields.io/github/downloads/iiPythonx/xpp/total.svg?color=c3e7ff&style=flat-square">
7+
<img alt="Last commit" src="https://img.shields.io/github/last-commit/iiPythonx/xpp?color=c3e7ff&style=flat-square">
8+
<img alt="Repo size" src="https://img.shields.io/github/repo-size/iiPythonx/xpp?color=c3e7ff&style=flat-square">
9+
<img alt="Stars" src="https://img.shields.io/github/stars/iiPythonx/xpp?color=c3e7ff&style=flat-square">
1010
<hr>
1111
</div>
1212

@@ -136,8 +136,8 @@ Most of the things you could think of making are able to be created within x++.
136136

137137
### Contributors
138138

139-
- [iiPython](https://github.com/iiPythonx) - Lead developer
140-
- [DmmD Gaming](https://github.com/DmmDGM) - Standard library / suggestions
139+
- [iiPython](https://github.com/iiPythonx) - Developer, Documentation
140+
- [DmmD Gaming](https://github.com/DmmDGM) - Original Documentation, Ideas, & Standard Library
141141

142142
### Resources
143143

@@ -146,6 +146,6 @@ Most of the things you could think of making are able to be created within x++.
146146

147147
---
148148

149-
Last Updated: July 5th, 2023 by iiPython
149+
Last Updated: December 2nd, 2023 by iiPython
150150

151151
[↑ Go To Top](#introduction)

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ def find_packages(directories: List[str]) -> List[str]:
3232
author_email = "[email protected]",
3333
classifiers = [
3434
"Development Status :: 5 - Production/Stable",
35+
"Environment :: Console",
3536
"Intended Audience :: Developers",
3637
"Intended Audience :: Education",
3738
"License :: OSI Approved :: MIT License",
3839
"Programming Language :: Python :: 3.10",
3940
"Programming Language :: Python :: 3.11",
4041
"Operating System :: OS Independent",
41-
"Topic :: Education :: Testing",
42+
"Topic :: Education",
4243
"Topic :: Software Development",
44+
"Topic :: Software Development :: Interpreters"
4345
],
4446
keywords = "xpp, parser, language, interpreter",
4547
packages = find_packages(["xpp", "caffeine"]),

0 commit comments

Comments
 (0)