make install use tarballs and releases

This commit is contained in:
2026-06-20 17:09:35 +10:00
parent e6a7184c4a
commit dbd879c149
7 changed files with 93 additions and 20 deletions

View File

@@ -1,12 +1,11 @@
from setuptools import setup, find_packages
from neb.src.main import __VERSION__
with open("neb/README.md", "r") as f:
long_description = f.read()
setup(
name="nebpkg",
version=__VERSION__,
version="1.1.0",
description="Nebula, the package manager for the Comet programming language.",
classifiers=[
"Development Status :: 4 - Beta",