Sfoglia il codice sorgente

Basic setup.py.

tags/v1.0^2
Ben Kurtovic 10 anni fa
parent
commit
6a9598fe12
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +11
    -0
      setup.py

+ 11
- 0
setup.py Vedi File

@@ -0,0 +1,11 @@
from setuptools import setup, find_packages

setup(
name = "bitshift",
version = "0.1",
packages = find_packages(),
install_requires = ["Flask>=0.10.1", "pygments>=1.6"],
author = "Benjamin Attal, Ben Kurtovic, Severyn Kozak",
license = "MIT",
url = "https://github.com/earwig/bitshift"
)

Caricamento…
Annulla
Salva