make install use tarballs and releases
This commit is contained in:
3
setup.py
3
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user