mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 10:04:56 -04:00
App skeleton, setuptools and versioning
This commit is contained in:
parent
471cba316a
commit
3dcd9f5c30
8 changed files with 2570 additions and 5 deletions
4
setup.py
4
setup.py
|
@ -1,11 +1,13 @@
|
|||
import setuptools
|
||||
|
||||
exec(open("nomadnet/_version.py", "r").read())
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="nomadnet",
|
||||
version="0.0.1",
|
||||
version=__version__,
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="Communicate freely",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue