Skip to content

Commit fe61bf7

Browse files
committed
Update the project template.
1 parent 627a15a commit fe61bf7

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,25 @@
99
## 🛠️ Prerequisites
1010

1111
- [Python](https://python.org) 3.13+
12+
13+
## ⬇️ Installation
14+
15+
### Installation via PyPI
16+
17+
```bash
18+
pip install asimov-modules
19+
```
20+
21+
## 👨‍💻 Development
22+
23+
```bash
24+
git clone https://github.com/asimov-modules/asimov-modules.py.git
25+
```
26+
27+
- - -
28+
29+
[![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-modules.py&text=ASIMOV%20Modules%20for%20Python)
30+
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-modules.py&title=ASIMOV%20Modules%20for%20Python)
31+
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-modules.py&t=ASIMOV%20Modules%20for%20Python)
32+
[![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-modules.py)
33+
[![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-modules.py)

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asimov-modules"
3-
version = "0.0.0"
3+
version = "25.0.0.dev.0"
44
description = "ASIMOV Modules for Python"
55
readme = "README.md"
66
authors = [{ name = "ASIMOV Protocol", email = "[email protected]" }]
@@ -11,6 +11,7 @@ classifiers = [
1111
"Environment :: MacOS X",
1212
"Intended Audience :: Developers",
1313
"License :: OSI Approved :: The Unlicense (Unlicense)",
14+
"License :: Public Domain",
1415
"Operating System :: MacOS :: MacOS X",
1516
"Programming Language :: Python :: 3",
1617
"Programming Language :: Python :: 3.13",

src/asimov_modules/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This is free and unencumbered software released into the public domain.

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)